Regression: "Center lost window" feature does not work for designed forms
Based on the forum topic: https://forum.lazarus.freepascal.org/index.php/topic,66734
- Lazarus/FPC Version: trunk, start at 4829be3a
- Operating System: all
- CPU / Bitness: all
What happens
The "center a lost window" function no longer works for designed forms (Main menu > "Window" > "Center a lost window" > ...). The designer window does not receive focus and does not move.
With the DockedFormEditor
package installed, this also does not work. The presence of AnchorDockingDsgn
does not affect the problem.
Please note that the "focus" function of the window (Main menu > "Window" > ...) works correctly. For DockedFormEditor
it also correctly switches the editor tab and opens the designer.
Bisection result
The guilty commit is 4829be3a. @lazidealist, please take a look.