update size then mask

This commit is contained in:
Syarif Fakhri 2022-10-14 16:20:32 +08:00
parent ad0c2103bf
commit efb87c868b

View File

@ -192,8 +192,8 @@ CAutoHideDockContainer::CAutoHideDockContainer(CDockManager* DockManager, CDockW
} }
} }
updateMask();
updateSize(); updateSize();
updateMask();
parent->registerAutoHideWidget(this); parent->registerAutoHideWidget(this);
} }
@ -435,8 +435,8 @@ void CAutoHideDockContainer::collapseView(bool Enable)
show(); show();
d->DockArea->show(); d->DockArea->show();
d->DockWidget->show(); d->DockWidget->show();
updateMask();
updateSize(); updateSize();
updateMask();
qApp->installEventFilter(this); qApp->installEventFilter(this);
} }
} }