summaryrefslogtreecommitdiff
path: root/src/corelib/fpgfx.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-24 12:24:33 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-07-24 12:24:33 +0000
commit12dd5b67b43e46618a72dcb7ccf3d3679e27d555 (patch)
treed3daa80df7d436e7b75bdd6b73aa30169e11699f /src/corelib/fpgfx.pas
parent25749cf067a51fc2bcc3238c4fbc287f765b49ee (diff)
downloadfpGUI-12dd5b67b43e46618a72dcb7ccf3d3679e27d555.tar.xz
* Move some modal form requirements as global variable to properties
inside the TfpgApplication class. * Minor improvements to the modal form workings under Windows. Still not 100%, but better.
Diffstat (limited to 'src/corelib/fpgfx.pas')
-rw-r--r--src/corelib/fpgfx.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index 6f8af25f..11845e52 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -455,6 +455,7 @@ begin
FDisplayParams := aparams;
FScreenWidth := -1;
FScreenHeight := -1;
+ TopModalForm := nil;
inherited Create(aparams);