Files
gtk/tests
Matthias Clasen c44d18e8c2 testnotebookdnd: Defer deletion to an idle
The code here was always a bit buggy: We removed the tab from
the notebook in a ::drag-data-received handler. But with
GTK_DEST_DEFAULT_DROP, that signal is emitted before we inform
the source side that the drag is finished. With its improved drag
handling, GtkNotebook now interprets this as a 'spontaneous'
removal of the tab being dragged, and cancels the drag, leading
to an unwanted cancel animation.

The easiest fix is to just defer the tab removal to an idle.
2015-01-31 11:38:52 -05:00
..
2014-09-17 11:10:41 -04:00
2014-09-17 12:42:32 -04:00
2014-12-11 09:22:09 -05:00