mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Added a color picker, a modified Patch #3487158. Still needs some additional checks, if all resources are correctly freed etc.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1654 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
0f65452e6c
commit
63f71138cf
10 changed files with 625 additions and 2 deletions
|
@ -234,5 +234,9 @@ namespace Greenshot {
|
|||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private void dropperUsed(object sender, Greenshot.Controls.DropperUsedArgs e) {
|
||||
this.Color = e.color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue