[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 423/473: Fixed menu color when compositing is turned off.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:59:53 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit c141ca4b10403f374d0616595ada78a1a933e7c3
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Dec 8 06:00:04 2014 -0500
Fixed menu color when compositing is turned off.
---
panel-plugin/window.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index 558c2a9..6f76fe7 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -825,6 +825,7 @@ void WhiskerMenu::Window::on_screen_changed_event(GtkWidget* widget, GdkScreen*)
if (!colormap)
{
colormap = gdk_screen_get_system_colormap(screen);
+ m_supports_alpha = false;
}
else
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list