mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 01:01:19 +02:00
Cocoa/Theme: fix themed button/checkbox issue #41150
This commit is contained in:
parent
2fd43649f0
commit
f84e08173d
@ -208,6 +208,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
SetButtonCellToDetails(b, Details);
|
SetButtonCellToDetails(b, Details);
|
||||||
CellDrawStart(DC, R, cur, nsr);
|
CellDrawStart(DC, R, cur, nsr);
|
||||||
|
b.setBackgroundColor( NSColor.controlBackgroundColor );
|
||||||
CellDrawFrame(b, nsr);
|
CellDrawFrame(b, nsr);
|
||||||
CellDrawEnd(DC, cur);
|
CellDrawEnd(DC, cur);
|
||||||
Exit;
|
Exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user