Cocoa/Theme: fix themed button/checkbox issue #41150

This commit is contained in:
rich2014 2024-09-23 20:47:29 +08:00
parent 62e3936fab
commit 60f7e4e9eb

View File

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