mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
CtrlLib: MacOS chameleon improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7dd1764ee7
commit
cfbcfe91c1
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ void ChSynthetic(Image *button100x100, Color *text, bool macos)
|
|||
EditField::Style& s = EditField::StyleDefault().Write();
|
||||
s.activeedge = true;
|
||||
s.edge[i] = Espots(MakeButton(roundness2,
|
||||
i == CTRL_DISABLED ? SColorFace() : SColorPaper(), lw,
|
||||
i == CTRL_DISABLED ? SColorFace() : SColorPaper(), macos && i == CTRL_PRESSED ? DPI(2) : lw,
|
||||
i == CTRL_PRESSED ? SColorHighlight() : ink));
|
||||
if(i == 0)
|
||||
s.coloredge = Espots(MakeButton(roundness2, Black(), DPI(2), Null));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue