mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 21:43:29 +02:00
DBG: Show watches first, then update
git-svn-id: trunk@28936 -
This commit is contained in:
parent
03fe9688fa
commit
490df47729
@ -1955,7 +1955,9 @@ begin
|
|||||||
CurDialog.EnableAutoSizing;
|
CurDialog.EnableAutoSizing;
|
||||||
if Show then
|
if Show then
|
||||||
begin
|
begin
|
||||||
|
CurDialog.BeginUpdate;
|
||||||
IDEWindowCreators.ShowForm(CurDialog,BringToFront);
|
IDEWindowCreators.ShowForm(CurDialog,BringToFront);
|
||||||
|
CurDialog.EndUpdate;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user