mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 05:09:27 +02:00
lcl: don't call Screen.MoveFormToZFront(Self); explicitly in the ShowModal since Screen.MoveFormToFocusFront already calls it
git-svn-id: trunk@28199 -
This commit is contained in:
parent
8e99ab359b
commit
06f15d8c61
@ -2663,7 +2663,6 @@ begin
|
||||
Screen.FSaveFocusedList.Insert(0, Screen.FFocusedForm);
|
||||
Screen.FFocusedForm := Self;
|
||||
Screen.MoveFormToFocusFront(Self);
|
||||
Screen.MoveFormToZFront(Self);
|
||||
ModalResult := 0;
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user