summaryrefslogtreecommitdiff
path: root/extras/tiopf
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-11-14 10:32:34 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-11-14 10:32:34 +0000
commit1d69dbaffb8baa8b9904e1461db6b4e42ee77744 (patch)
tree6f06ffdc0a3b8f62f0a7769cedf3e9c77c1a282c /extras/tiopf
parent4faf2f4d4cb1bc65b1db228808f3aa3201482171 (diff)
downloadfpGUI-1d69dbaffb8baa8b9904e1461db6b4e42ee77744.tar.xz
* updated all extrafpc.cfg files to use the correct lib output directory.
Diffstat (limited to 'extras/tiopf')
-rw-r--r--extras/tiopf/gui/tiListMediators.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tiopf/gui/tiListMediators.pas b/extras/tiopf/gui/tiListMediators.pas
index 1135d1d5..f80b18b7 100644
--- a/extras/tiopf/gui/tiListMediators.pas
+++ b/extras/tiopf/gui/tiListMediators.pas
@@ -144,7 +144,7 @@ begin
if TtiObject(FView.Items.Item[i].UserData) = AValue then
begin
FView.ItemIndex := i;
- HandleSelectionChanged;
+ HandleSelectionChanged; {$Note Is this line required?}
Exit; //==>
end;
end;