From d463358de929f7e1fc5c8787ef886861e745e1a7 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 7 Mar 2024 22:57:28 -0500 Subject: Always show sidebar icons if the widget is open, even if it has no widget and is set to hide when there isn't a widget --- ui/sidebarcontainer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/sidebarcontainer.h b/ui/sidebarcontainer.h index 2e7bff52..3ab30c83 100644 --- a/ui/sidebarcontainer.h +++ b/ui/sidebarcontainer.h @@ -135,6 +135,7 @@ public: bool hasWidgetWithTitle(SidebarWidgetType* type, const QString& title) const; bool activateWidgetWithTitle(SidebarWidgetType* type, const QString& title) const; bool hasContent(SidebarWidgetType* type) const; + bool shouldHide(SidebarWidgetType* type) const; virtual QSize sizeHint() const override; -- cgit v1.3.1