mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 20:17:13 +01:00
carbon: implemented GetSysColor for COLOR_MENUBAR, COLOR_MENUHILIGHT
git-svn-id: trunk@21549 -
This commit is contained in:
parent
70b464b507
commit
9e8ce8bc03
@ -1915,6 +1915,10 @@ begin
|
||||
R := GetThemeBrushAsColor(kThemeBrushAlternatePrimaryHighlightColor, Depth, True, C);
|
||||
COLOR_INACTIVECAPTION:
|
||||
R := GetThemeBrushAsColor(kThemeBrushSecondaryHighlightColor, Depth, True, C);
|
||||
COLOR_MENUBAR:
|
||||
R := GetThemeBrushAsColor(kThemeBrushMenuBackground, Depth, True, C);
|
||||
COLOR_MENUHILIGHT:
|
||||
R := GetThemeBrushAsColor(kThemeBrushMenuBackgroundSelected, Depth, True, C);
|
||||
else
|
||||
DebugLn('TCarbonWidgetSet.GetSysColor TODO ', DbgS(NIndex));
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user