cocoa: setting a system color for the scroller background as well

git-svn-id: trunk@58981 -
This commit is contained in:
dmitry 2018-09-14 00:40:28 +00:00
parent c53612edae
commit 994600301f

View File

@ -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);