From 5b1f00ac579af9f0e0455db7d9f8d03777c396c6 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ugarte Date: Thu, 17 Apr 2014 00:50:31 -0300 Subject: Fixed Bug 353002 "wrong cursor over widgets" --- plugins/gtk+/glade-fixed.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins') diff --git a/plugins/gtk+/glade-fixed.c b/plugins/gtk+/glade-fixed.c index 8d3616a9..c4186984 100644 --- a/plugins/gtk+/glade-fixed.c +++ b/plugins/gtk+/glade-fixed.c @@ -969,6 +969,10 @@ glade_fixed_event (GladeWidget *gwidget_fixed, GdkEvent *event) } } + /* If the container uses placeholder adding widget is already taken care of */ + if (GWA_USE_PLACEHOLDERS (glade_widget_get_adaptor (gwidget_fixed))) + return FALSE; + switch (event->type) { case GDK_BUTTON_PRESS: /* add widget */ -- cgit v1.2.1