summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-04-17 00:50:31 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-04-17 00:50:31 -0300
commit5b1f00ac579af9f0e0455db7d9f8d03777c396c6 (patch)
tree8ca65d47d389798196e273e90039285fd3d76628
parent35dcc715acfe3f25b19cb3b6b5af98621f2c2e95 (diff)
downloadglade-5b1f00ac579af9f0e0455db7d9f8d03777c396c6.tar.gz
Fixed Bug 353002 "wrong cursor over widgets"
-rw-r--r--plugins/gtk+/glade-fixed.c4
1 files changed, 4 insertions, 0 deletions
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 */