mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
IconDes: Fills with tolerance, mouse wheel zooming
git-svn-id: svn://ultimatepp.org/upp/trunk@11664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
90b7263e21
commit
256bb8ff39
5 changed files with 257 additions and 224 deletions
|
|
@ -238,6 +238,8 @@ void IconDes::ColorChanged()
|
|||
{
|
||||
cursor_image = MakeIconDesCursor(IconDesImg::Arrow(), IconDesImg::ArrowColor());
|
||||
fill_cursor = MakeIconDesCursor(IconDesImg::Fill(), IconDesImg::FillColor());
|
||||
fill_cursor2 = MakeIconDesCursor(IconDesImg::Fill2(), IconDesImg::FillColor());
|
||||
fill_cursor3 = MakeIconDesCursor(IconDesImg::Fill3(), IconDesImg::FillColor());
|
||||
PasteText();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue