[gtk+/gtk-3-16] Don't show a menu on the color editor swatch



commit 356edc5483f22dca552c6a4dd88e11952fea5e6f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 13 21:57:07 2015 -0400

    Don't show a menu on the color editor swatch
    
    There's nothing to customize here, so no need to show a menu.

 gtk/ui/gtkcoloreditor.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkcoloreditor.ui b/gtk/ui/gtkcoloreditor.ui
index d82e308..a076ebd 100644
--- a/gtk/ui/gtkcoloreditor.ui
+++ b/gtk/ui/gtkcoloreditor.ui
@@ -48,6 +48,7 @@
                 <property name="can_focus">False</property>
                 <property name="rgba">rgb(255,255,255)</property>
                 <property name="selectable">False</property>
+                <property name="has_menu">False</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]