CtrlLib: Cocoa fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@13996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-02-12 18:34:06 +00:00
parent 49fd83760b
commit eb32e32df8
3 changed files with 6 additions and 2 deletions

View file

@ -26,7 +26,7 @@ struct ImageSysData {
~ImageSysData();
};
// Note: Coca U++ has to ignore paintonly flag as the data of image are directly referenced by
// Note: Cocoa U++ has to ignore paintonly flag as the data of image are directly referenced by
// data provider
void ImageSysData::Init(const Image& m)

View file

@ -4,6 +4,9 @@
- Classic is broken
- Inactive doc icon is not updated - [B] does not blink anymore
- Make allocator work
- ClassicCtrlsImg
- FileChooser
- Remove menu slide effect
NTH:

View file

@ -74,9 +74,10 @@ void ChHostSkin()
ChReset();
GUI_GlobalStyle_Write(GUISTYLE_XP);
GUI_PopUpEffect_Write(GUIEFFECT_NONE);
SwapOKCancel_Write(true);
SColorFace_Write(CocoColor(COCO_WINDOW, White())); // ThemeBrushDialogBackgroundActive
SColorFace_Write(CocoColor(COCO_WINDOW, White()));
SColorHighlight_Write(CocoColor(COCO_SELECTEDPAPER));
SColorHighlightText_Write(CocoColor(COCO_SELECTEDTEXT));
SColorText_Write(CocoColor(COCO_TEXT));