summaryrefslogtreecommitdiff
path: root/extras/tiopf/gui
diff options
context:
space:
mode:
Diffstat (limited to 'extras/tiopf/gui')
-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;