FIX: Compilation with QT widgetset.

This commit is contained in:
cobines 2011-11-18 20:28:53 +00:00
commit cdbdf42530

View file

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