mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-12 04:36:02 +02:00
objectinspector: refresh after DoCallEdit and selection change
git-svn-id: trunk@9589 -
This commit is contained in:
parent
af6c4688eb
commit
62b45b27b6
@ -1142,15 +1142,17 @@ 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;
|
||||||
|
|
||||||
// update value
|
// update value
|
||||||
RefreshValueEdit;
|
RefreshValueEdit;
|
||||||
|
|
||||||
//invalidate changed subproperties
|
//invalidate changed subproperties
|
||||||
DoPaint(True);
|
DoPaint(True);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user