mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.134
Problem: Drag-n-drop doesn't work in KDE Dolphin. Solution: Add GDK_ACTION_MOVE flag. (Florian Degner)
This commit is contained in:
@@ -3094,7 +3094,7 @@ gui_gtk_set_dnd_targets(void)
|
||||
gtk_drag_dest_set(gui.drawarea,
|
||||
GTK_DEST_DEFAULT_ALL,
|
||||
targets, n_targets,
|
||||
GDK_ACTION_COPY);
|
||||
GDK_ACTION_COPY | GDK_ACTION_MOVE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user