mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
Fix plugin icons not displayed regression
This commit is contained in:
parent
9c13d657c9
commit
fc94015bff
@ -203,12 +203,11 @@ void ToolBarIcons::reInit(int size)
|
||||
::DeleteObject(iconinfoSrc.hbmColor);
|
||||
::DeleteObject(iconinfoSrc.hbmMask);
|
||||
}
|
||||
|
||||
_iconListVector[HLIST_DEFAULT_DM].addIcon(hIcon);
|
||||
_iconListVector[HLIST_DISABLE_DM].addIcon(hIcon);
|
||||
_iconListVector[HLIST_DEFAULT_DM2].addIcon(hIcon);
|
||||
_iconListVector[HLIST_DISABLE_DM2].addIcon(hIcon);
|
||||
}
|
||||
_iconListVector[HLIST_DEFAULT_DM].addIcon(hIcon);
|
||||
_iconListVector[HLIST_DISABLE_DM].addIcon(hIcon);
|
||||
_iconListVector[HLIST_DEFAULT_DM2].addIcon(hIcon);
|
||||
_iconListVector[HLIST_DISABLE_DM2].addIcon(hIcon);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user