[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/05: Fix scrollbar covering sidebar on plugin reload.
noreply at xfce.org
noreply at xfce.org
Fri Jan 24 15:15:52 CET 2020
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 79a1c6b83e5dc3fdf08bee14312354d9b9d635e5
Author: Graeme Gott <graeme at gottcode.org>
Date: Fri Jan 24 07:05:13 2020 -0500
Fix scrollbar covering sidebar on plugin reload.
---
panel-plugin/window.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index dccbd9d..7b6c06d 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -737,6 +737,9 @@ void WhiskerMenu::Window::set_loaded()
// Show panel button
m_plugin->set_loaded(true);
+
+ // Check in case of plugin reload
+ check_scrollbar_needed();
}
//-----------------------------------------------------------------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list