mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +02:00
IDE: codecontext: use ClientRect instead of Canvas.ClipRect
git-svn-id: trunk@45308 -
This commit is contained in:
parent
58192726cf
commit
15913d1179
@ -892,7 +892,7 @@ begin
|
||||
Canvas.Font.Style:=TextGrayStyle;
|
||||
Canvas.Pen.Color:=PenColor;
|
||||
Details := ThemeServices.GetElementDetails(tttStandardLink);
|
||||
ThemeServices.DrawElement(Canvas.Handle, Details, Canvas.ClipRect);
|
||||
ThemeServices.DrawElement(Canvas.Handle, Details, ClientRect);
|
||||
end else begin
|
||||
Canvas.Font.Style:=[fsBold];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user