It seems you call for ColorDlg with CC_PREVENTFULLOPEN
flag set.
Thus your plugin does not allow user to define color.
I think, it's better to allow user to do it.
I, personally, don't like it when not allowed to define color of my choise.
flag set.
Thus your plugin does not allow user to define color.
I think, it's better to allow user to do it.
I, personally, don't like it when not allowed to define color of my choise.
hm...
I call ColorDlg with flags (CC_FULLOPEN or CC_RGBINIT) set.
:confused:
I call ColorDlg with flags (CC_FULLOPEN or CC_RGBINIT) set.
:confused:
I was wrong, sorry.