summaryrefslogtreecommitdiff
path: root/extras/tiopf
diff options
context:
space:
mode:
Diffstat (limited to 'extras/tiopf')
-rw-r--r--extras/tiopf/gui/tiCompositeMediators.pas2
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/tiopf/gui/tiCompositeMediators.pas b/extras/tiopf/gui/tiCompositeMediators.pas
index be729568..3ab6b960 100644
--- a/extras/tiopf/gui/tiCompositeMediators.pas
+++ b/extras/tiopf/gui/tiCompositeMediators.pas
@@ -517,7 +517,6 @@ begin
begin
if TtiObject(FView.Objects[1, i]) = AValue then
begin
-
FView.FocusRow := i;
Exit; //==>
end;
@@ -532,7 +531,6 @@ begin
BeginUpdate;
try
FShowDeleted := AVAlue;
-
RebuildStringGrid;
finally
EndUpdate;