mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
Cocoa/Theme: fix themed button/checkbox issue #41150
This commit is contained in:
parent
62e3936fab
commit
60f7e4e9eb
@ -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