DBG: Show watches first, then update

git-svn-id: trunk@28936 -
This commit is contained in:
martin 2011-01-10 14:03:52 +00:00
parent 03fe9688fa
commit 490df47729

View File

@ -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;