1. small dnd compilation fixes (no attempt to make icon setting work though)
2. wxMenuItemBase appears 3. more key combinations handled by wxGTK for menu accels git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -628,7 +628,7 @@ gtk_dnd_window_configure_callback( GtkWidget *WXUNUSED(widget), GdkEventConfigur
|
||||
if (source->m_dragContext->action == GDK_ACTION_COPY) action = wxDragCopy;
|
||||
if (source->m_dragContext->action == GDK_ACTION_MOVE) action = wxDragMove;
|
||||
|
||||
source->GiveFeedback( action, FALSE );
|
||||
source->GiveFeedback( action );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user