From 61899651a91fd79a7fe193eabec6287633f9444c Mon Sep 17 00:00:00 2001 From: Syarif Fakhri Date: Fri, 23 Jun 2023 10:11:35 +0800 Subject: [PATCH] fix side bar state being incorrect during restore --- src/AutoHideSideBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoHideSideBar.cpp b/src/AutoHideSideBar.cpp index f427ca3..62afdfb 100644 --- a/src/AutoHideSideBar.cpp +++ b/src/AutoHideSideBar.cpp @@ -279,7 +279,7 @@ bool CAutoHideSideBar::eventFilter(QObject *watched, QEvent *event) show(); break; - case QEvent::Hide: + case QEvent::HideToParent: if (!hasVisibleTabs()) { hide();