openglcontrol: undid the workaround for buggy TCanvas.Rectangle function, bug #17682

git-svn-id: trunk@27851 -
This commit is contained in:
mattias 2010-10-25 10:43:06 +00:00
parent 1b8f4881b5
commit 2b41bfa21b

View File

@ -277,7 +277,7 @@ begin
Handle := Message.DC;
Brush.Color:=clLtGray;
Pen.Color:=clRed;
Rectangle(0,0,Self.Width-1,Self.Height-1);
Rectangle(0,0,Self.Width,Self.Height);
MoveTo(0,0);
LineTo(Self.Width,Self.Height);
MoveTo(0,Self.Height);