objectinspector: refresh after DoCallEdit and selection change

git-svn-id: trunk@9589 -
This commit is contained in:
mattias 2006-07-10 19:03:35 +00:00
parent af6c4688eb
commit 62b45b27b6

View File

@ -1142,9 +1142,11 @@ begin
end; end;
end; end;
{$ENDIF} {$ENDIF}
if (OldChangeStep<>FChangeStep) then begin if (OldChangeStep<>FChangeStep) then begin
// the selection has changed // the selection has changed
// => CurRow does not exist any more // => CurRow does not exist any more
RefreshPropertyValues;
exit; exit;
end; end;