mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 20:38:16 +02:00
Qt: small optimisation.
git-svn-id: trunk@23542 -
This commit is contained in:
parent
0a03e94890
commit
74af708d17
@ -4382,7 +4382,7 @@ begin
|
||||
QEventWindowDeactivate: SlotActivateWindow(False);
|
||||
QEventShowToParent:
|
||||
begin
|
||||
if (Self is TQtMainWindow) and (TQtMainWindow(Self).IsMdiChild) then
|
||||
if IsMdiChild then
|
||||
begin
|
||||
if not TCustomForm(LCLObject).Active then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user