mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 20:29:26 +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
|
||||
SetButtonCellToDetails(b, Details);
|
||||
CellDrawStart(DC, R, cur, nsr);
|
||||
b.setBackgroundColor( NSColor.controlBackgroundColor );
|
||||
CellDrawFrame(b, nsr);
|
||||
CellDrawEnd(DC, cur);
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user