mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Compilation with QT widgetset.
This commit is contained in:
parent
03d2ab68c2
commit
cdbdf42530
1 changed files with 2 additions and 2 deletions
|
|
@ -490,8 +490,8 @@ begin
|
|||
Canvas.Font := Self.Font;
|
||||
Canvas.Brush.Color := Self.Color;
|
||||
{$IF DEFINED(LCLQT) and (LCL_FULLVERSION < 093100)}
|
||||
Canrvas.Brush.Style := bsSolid;
|
||||
Canrvas.FillRect(ClientRect);
|
||||
Canvas.Brush.Style := bsSolid;
|
||||
Canvas.FillRect(ClientRect);
|
||||
{$ENDIF}
|
||||
Canvas.Brush.Style := bsClear;
|
||||
FTextHeight := Canvas.TextHeight('Wg') + 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue