LCL: GTK2: Fixed form freezes with FormStyle fsStayOnTop, if opened from modal form. Issue #32872

git-svn-id: trunk@56831 -
This commit is contained in:
michl 2017-12-23 19:49:10 +00:00
parent cb04d0f86f
commit eee0b37745

View File

@ -706,7 +706,6 @@ var
(AForm.Parent = nil) and
(AForm.FormStyle <> fsMDIChild) and
(ModalWindows <> nil) and (ModalWindows.Count > 0) and
not (AForm.FormStyle in fsAllStayOnTop) and
(AForm.BorderStyle in [bsDialog, bsSingle, bsSizeable]) and
(AForm.PopupParent = nil) and (AForm.PopupMode = pmNone) then
begin