mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Docking: Cocoa fix
git-svn-id: svn://ultimatepp.org/upp/trunk@12795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6bc8000e00
commit
6dcafb5c13
1 changed files with 5 additions and 0 deletions
|
|
@ -161,8 +161,13 @@ CH_STYLE(DockableCtrl, Style, StyleDefault)
|
|||
{
|
||||
const TabCtrl::Style *style = &TabCtrl::StyleDefault();
|
||||
|
||||
#ifdef PLATFORM_COCOA
|
||||
handle[0] = SColorFace();
|
||||
handle[1] = SColorHighlight();
|
||||
#else
|
||||
handle[0] = ChCrop(style->normal[0], Size(20, 20), Rect(2, 2, 11, 20), SColorShadow); // No focus
|
||||
handle[1] = Colorize(handle[0], SColorHighlight(), 160); // Focus
|
||||
#endif
|
||||
handle_margins = Rect(2, 0, 0, 0);
|
||||
handle_vert = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue