[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/02: Remove fade when showing contents.
noreply at xfce.org
noreply at xfce.org
Mon Apr 16 01:32:06 CEST 2018
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 29a4e7d75a97e475a6467fa53ec176f4d239b6ba
Author: Graeme Gott <graeme at gottcode.org>
Date: Sun Apr 15 18:07:35 2018 -0400
Remove fade when showing contents.
Fade effect made showing menu feel sluggish.
---
panel-plugin/window.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index b691e51..c1b2ace 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -677,7 +677,7 @@ void WhiskerMenu::Window::set_loaded()
{
// Hide loading spinner
gtk_spinner_stop(m_window_load_spinner);
- gtk_stack_set_visible_child_full(m_window_stack, "contents", GTK_STACK_TRANSITION_TYPE_CROSSFADE);
+ gtk_stack_set_visible_child_name(m_window_stack, "contents");
// Focus search entry
gtk_widget_grab_focus(GTK_WIDGET(m_search_entry));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list