mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 07:22:40 +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;
|
||||
if Show then
|
||||
begin
|
||||
CurDialog.BeginUpdate;
|
||||
IDEWindowCreators.ShowForm(CurDialog,BringToFront);
|
||||
CurDialog.EndUpdate;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user