summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-09-08 14:30:30 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-26 15:11:39 +0200
commit08d05f954de727bb2d3e94bfa1847f20c33c3227 (patch)
tree3c52bb010d801753e1ad8ce7580e4633f557e8a6 /gtk/gtkhandlebox.c
parent748d3d612db8493edea1ff0b4f2aceb6cad73941 (diff)
downloadgtk+-08d05f954de727bb2d3e94bfa1847f20c33c3227.tar.gz
handlebox: Don't draw outside of expose events
We do a queue_draw() via queue_resize() here, so everything's fine.
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r--gtk/gtkhandlebox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c
index a2bc517261..96220e9fd3 100644
--- a/gtk/gtkhandlebox.c
+++ b/gtk/gtkhandlebox.c
@@ -1418,7 +1418,6 @@ gtk_handle_box_motion (GtkWidget *widget,
handle_box_signals[SIGNAL_CHILD_DETACHED],
0,
child);
- gtk_handle_box_draw_ghost (hb);
gtk_widget_queue_resize (widget);
}