diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-09-12 10:03:03 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-09-12 10:03:03 +0000 |
commit | 14a625277b3425b8b05086771ba75c3c0b5e5666 (patch) | |
tree | 87ef1fe31ef590330dffe8bf04db6f0b2a9ded36 /src/corelib | |
parent | a62206f31a587efadcc40c877f5e45130c807844 (diff) | |
download | fpGUI-14a625277b3425b8b05086771ba75c3c0b5e5666.tar.xz |
* Fixed the TfpgTimer issue in modal forms. This also fixes the issue of Hint Help not displaying in modal forms.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/fpgfx.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas index c1c77b2a..1593a760 100644 --- a/src/corelib/fpgfx.pas +++ b/src/corelib/fpgfx.pas @@ -780,7 +780,7 @@ end; procedure fpgWaitWindowMessage; begin - fpgApplication.WaitWindowMessage(0); + fpgApplication.WaitWindowMessage(500); end; function fpgGetFont(const afontdesc: string): TfpgFont; |