mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:39:29 +02:00
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:
parent
5d2c7326ab
commit
8f61d1cc35
@ -1485,7 +1485,7 @@ begin
|
||||
if Show then
|
||||
begin
|
||||
CurDialog.BeginUpdate;
|
||||
IDEWindowCreators.ShowForm(CurDialog,BringToFront);
|
||||
IDEWindowCreators.ShowForm(CurDialog,BringToFront, vmOnlyMoveOffScreenToVisible);
|
||||
CurDialog.EndUpdate;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user