mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
CtrlLib: Cocoa fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@13996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
49fd83760b
commit
eb32e32df8
3 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue