diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-11 13:39:46 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-11 13:39:46 +0000 |
commit | 4ca8d9439f457be131af3914eddcc97a3726ce9d (patch) | |
tree | 7f9b167972aaf0d933de5396055055266d60782a /extras | |
parent | 2bcdcddcfd88233bceb4838ee8c58ee991003cea (diff) | |
download | fpGUI-4ca8d9439f457be131af3914eddcc97a3726ce9d.tar.xz |
* Applied patches 1936023 and 1936029. New Canvas.DrawText methods with text wrapping and alignment. Label has been updated to use the new DrawText methods. gui_panel had a major overhaul. Patches supplied by Jean-Marc.
Diffstat (limited to 'extras')
-rw-r--r-- | extras/tiopf/gui/tiGUIINI.pas | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/tiopf/gui/tiGUIINI.pas b/extras/tiopf/gui/tiGUIINI.pas index 70b86d7b..9593dba7 100644 --- a/extras/tiopf/gui/tiGUIINI.pas +++ b/extras/tiopf/gui/tiGUIINI.pas @@ -116,9 +116,6 @@ begin WriteInteger(LINISection, 'Width', AForm.Width); end; // end; - - writeln('....LINISection = ', LINISection, ' to file: ', FileName); - writeln('....WriteFormState. DONE'); end; initialization |