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:59:56 -0300
commit4339165df529776d0dac823241d23ca32fe01464 (patch)
treeaad7e54bfaec1b6cd2c6a1a1a0327c38d52969e0
parentd414139f5b5616990586f78be5d4d718d2c15460 (diff)
downloadglade-4339165df529776d0dac823241d23ca32fe01464.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 */