handlebox: Don't draw outside of expose events

We do a queue_draw() via queue_resize() here, so everything's fine.
This commit is contained in:
Benjamin Otte 2010-09-08 14:30:30 +02:00
parent 748d3d612d
commit 08d05f954d

View File

@ -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);
}