Unregister configure callback,part of #12447: wxGTK patch: Segfault on Drag&Drop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -857,6 +857,9 @@ wxDragResult wxDropSource::DoDragDrop(int flags)
|
||||
while (m_waiting)
|
||||
gtk_main_iteration();
|
||||
|
||||
g_signal_handlers_disconnect_by_func (m_iconWindow,
|
||||
(gpointer) gtk_dnd_window_configure_callback, this);
|
||||
|
||||
return m_retValue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user