object inspector: fixed drawing [+] and [-] broken by TCanvas.Rectangle change

git-svn-id: trunk@10788 -
This commit is contained in:
vincents 2007-03-23 18:49:31 +00:00
parent 4756aea65c
commit 404e47ff0e

View File

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