1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

fix side bar state being incorrect during restore

This commit is contained in:
Syarif Fakhri 2023-06-23 10:11:35 +08:00
parent 27edfe63ee
commit 61899651a9

View File

@ -279,7 +279,7 @@ bool CAutoHideSideBar::eventFilter(QObject *watched, QEvent *event)
show();
break;
case QEvent::Hide:
case QEvent::HideToParent:
if (!hasVisibleTabs())
{
hide();