mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
object inspector: fixed drawing [+] and [-] broken by TCanvas.Rectangle change
git-svn-id: trunk@10788 -
This commit is contained in:
parent
4756aea65c
commit
404e47ff0e
@ -2079,7 +2079,7 @@ var
|
||||
with Canvas do begin
|
||||
Brush.Color:=clWhite;
|
||||
Pen.Color:=clBlack;
|
||||
Rectangle(x,y,x+8,y+8);
|
||||
Rectangle(x,y,x+9,y+9);
|
||||
MoveTo(x+2,y+4);
|
||||
LineTo(x+7,y+4);
|
||||
if Plus then begin
|
||||
|
Loading…
Reference in New Issue
Block a user