IDE, Debugger: Do not move dbg windows when they are partly out of screen, and visible

git-svn-id: trunk@45012 -
This commit is contained in:
martin 2014-05-11 18:05:22 +00:00
parent 5d2c7326ab
commit 8f61d1cc35

View File

@ -1485,7 +1485,7 @@ begin
if Show then
begin
CurDialog.BeginUpdate;
IDEWindowCreators.ShowForm(CurDialog,BringToFront);
IDEWindowCreators.ShowForm(CurDialog,BringToFront, vmOnlyMoveOffScreenToVisible);
CurDialog.EndUpdate;
end;
end;