summaryrefslogtreecommitdiff
path: root/src/corelib/fpgfx.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-08 15:06:09 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-08 15:06:09 +0000
commitd37b95412185f857f5b0fd2ef5973122f8b9533a (patch)
tree6d10ced5c9d662bf428568a8c6157fb1a230dd4a /src/corelib/fpgfx.pas
parente94ba620f4168468bb3e1826cac641bb4a369c09 (diff)
downloadfpGUI-d37b95412185f857f5b0fd2ef5973122f8b9533a.tar.xz
* Minor adjustments to GDI code after the previous revisions changes.
* Canvas functions finally behave identical in GDI and X11 - to the pixel.
Diffstat (limited to 'src/corelib/fpgfx.pas')
-rw-r--r--src/corelib/fpgfx.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index c98dc8ae..58759d1e 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -776,7 +776,6 @@ end;
procedure TfpgCanvas.DrawControlFrame(r: TfpgRect);
begin
- PrintRect(r);
DrawControlFrame(r.Left, r.Top, r.Width, r.Height);
end;