diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-11-05 08:16:40 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-11-05 08:16:40 +0000 |
commit | 2da5c00abfea780c0f375d6f1646f4d15ca98256 (patch) | |
tree | f29063627b9491416dcf0e4ac6fdf35a001d0785 /examples/gui/modalforms | |
parent | 224b0b1f552725154b4f86dd56d1962d000e83c3 (diff) | |
download | fpGUI-2da5c00abfea780c0f375d6f1646f4d15ca98256.tar.xz |
* Implemented BeginUpdate and EndUpdate for BaseGrid.
* Modified StringGrid to rather use BeginUpdate/EndUpdate instead of calling RePaint directly.
* Calendar component now also uses the BeginUpdate/EndUpdate calls to drasticly improve the grid painting speed.
Diffstat (limited to 'examples/gui/modalforms')
-rw-r--r-- | examples/gui/modalforms/modalforms.lpi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/modalforms/modalforms.lpi b/examples/gui/modalforms/modalforms.lpi index bd6fc386..b4b6cf9e 100644 --- a/examples/gui/modalforms/modalforms.lpi +++ b/examples/gui/modalforms/modalforms.lpi @@ -2,7 +2,7 @@ <CONFIG> <ProjectOptions> <PathDelim Value="/"/> - <Version Value="5"/> + <Version Value="6"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> |