mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Reverted MouseClick to Click
This commit is contained in:
parent
f740a2eb5b
commit
0a5819721c
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ namespace Greenshot.Editor.Forms
|
||||||
TabStop = false
|
TabStop = false
|
||||||
};
|
};
|
||||||
b.FlatAppearance.BorderSize = 0;
|
b.FlatAppearance.BorderSize = 0;
|
||||||
b.MouseClick += ColorButtonClick;
|
b.Click += ColorButtonClick;
|
||||||
_toolTip.SetToolTip(b, ColorTranslator.ToHtml(color) + " | R:" + color.R + ", G:" + color.G + ", B:" + color.B);
|
_toolTip.SetToolTip(b, ColorTranslator.ToHtml(color) + " | R:" + color.R + ", G:" + color.G + ", B:" + color.B);
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue