mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:00:30 +01:00
cocoa: setting a system color for the scroller background as well
git-svn-id: trunk@58981 -
This commit is contained in:
parent
c53612edae
commit
994600301f
@ -1280,6 +1280,7 @@ begin
|
||||
// This makes NSTextView to be responsive to theme color change (Mojave 10.14)
|
||||
txt.setTextColor(NSColor.textColor);
|
||||
txt.setBackgroundColor(NSColor.textBackgroundColor);
|
||||
scr.setBackgroundColor(NSColor.textBackgroundColor);
|
||||
|
||||
txt.callback := TLCLCommonCallback.Create(txt, AWinControl);
|
||||
txt.setDelegate(txt);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user