X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..7a0a6cc8f61cb53ce1c76897489e1e363d1a1fa5:/src/gtk/dnd.cpp diff --git a/src/gtk/dnd.cpp b/src/gtk/dnd.cpp index 360a255a0a..db30dd5c47 100644 --- a/src/gtk/dnd.cpp +++ b/src/gtk/dnd.cpp @@ -237,7 +237,7 @@ static gboolean target_drag_motion( GtkWidget *WXUNUSED(widget), else if (drop_target->GetDefaultAction() == wxDragMove && (context->actions & GDK_ACTION_MOVE)) { - + result = wxDragMove; } else