[Xfce4-commits] [xfce/xfce4-panel] 70/73: Fix hover state for internal plugins
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:51 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit 5733109a9450d5156ebed5f90a12dffe6f56600c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Oct 31 22:16:01 2016 +0100
Fix hover state for internal plugins
---
panel/panel-base-window.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel/panel-base-window.c b/panel/panel-base-window.c
index 9d4f9b6..39a5c28 100644
--- a/panel/panel-base-window.c
+++ b/panel/panel-base-window.c
@@ -656,6 +656,8 @@ panel_base_window_enter_notify_event (GtkWidget *widget,
&& priv->leave_opacity != priv->enter_opacity)
gtk_window_set_opacity (GTK_WINDOW (widget), priv->enter_opacity);
+ gtk_widget_set_state_flags (widget, GTK_STATE_FLAG_PRELIGHT, TRUE);
+
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