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:
cxl 2018-01-06 13:55:10 +00:00
parent 90b7263e21
commit 256bb8ff39
5 changed files with 257 additions and 224 deletions

View file

@ -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();
}