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:
paul 2010-11-13 08:43:50 +00:00
parent 8e99ab359b
commit 06f15d8c61

View File

@ -2663,7 +2663,6 @@ begin
Screen.FSaveFocusedList.Insert(0, Screen.FFocusedForm);
Screen.FFocusedForm := Self;
Screen.MoveFormToFocusFront(Self);
Screen.MoveFormToZFront(Self);
ModalResult := 0;
try