mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
update size then mask
This commit is contained in:
parent
ad0c2103bf
commit
efb87c868b
@ -192,8 +192,8 @@ CAutoHideDockContainer::CAutoHideDockContainer(CDockManager* DockManager, CDockW
|
||||
}
|
||||
}
|
||||
|
||||
updateMask();
|
||||
updateSize();
|
||||
updateMask();
|
||||
|
||||
parent->registerAutoHideWidget(this);
|
||||
}
|
||||
@ -435,8 +435,8 @@ void CAutoHideDockContainer::collapseView(bool Enable)
|
||||
show();
|
||||
d->DockArea->show();
|
||||
d->DockWidget->show();
|
||||
updateMask();
|
||||
updateSize();
|
||||
updateMask();
|
||||
qApp->installEventFilter(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user