[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/04: Fix category scrollbar not handling theme change.
noreply at xfce.org
noreply at xfce.org
Thu Jan 9 11:40:45 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 d94368f3165ddcfe6452309ffda485e075d7e638
Author: Graeme Gott <graeme at gottcode.org>
Date: Thu Jan 9 05:05:25 2020 -0500
Fix category scrollbar not handling theme change.
---
panel-plugin/window.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index f64bd8a..408eaf7 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -914,6 +914,8 @@ gboolean WhiskerMenu::Window::on_state_flags_changed_event(GtkWidget* widget, Gt
gtk_window_present(m_window);
}
+ check_scrollbar_needed();
+
return false;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list