diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-10-29 15:08:36 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-10-29 15:08:36 +0000 |
commit | c8221c490fbe1d5e4ce897318eae8f9a25587a6f (patch) | |
tree | 44a70a7af5759f40cd51b8bc1d51439591065de8 /extras/tiopf/gui/tiListMediators.pas | |
parent | 39995a51ec810b60d5210445b1ec5eba21099a6a (diff) | |
download | fpGUI-c8221c490fbe1d5e4ce897318eae8f9a25587a6f.tar.xz |
* msgqueue now raises exceptions if the queue is full instead of trying to write to the console (which might not exist).
* MessageDialog displayed wrong icon for Critical errors.
* Removed compiler hint from tiListMediators'
Diffstat (limited to 'extras/tiopf/gui/tiListMediators.pas')
-rw-r--r-- | extras/tiopf/gui/tiListMediators.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tiopf/gui/tiListMediators.pas b/extras/tiopf/gui/tiListMediators.pas index 2e2c9d6f..8dd08cb6 100644 --- a/extras/tiopf/gui/tiListMediators.pas +++ b/extras/tiopf/gui/tiListMediators.pas @@ -15,7 +15,6 @@ uses tiBaseMediator, fpg_listview, fpg_grid, - fpg_listbox, tiObject; type @@ -458,6 +457,7 @@ end; procedure TStringGridMediator.RebuildList; begin +// writeln('--- TStringGridMediator.RebuildList'); { This rebuilds the whole list. Not very efficient. } View.BeginUpdate; try |