mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
- F2 to rename
- F8 to switch between active views - Finally fix dnd in FileIconView
This commit is contained in:
@@ -399,9 +399,9 @@ int FileDetailsView::handle(int e) {
|
||||
selected_items += "\r\n";
|
||||
}
|
||||
EDEBUG(DBG "DnD buffer: '%s'\n", selected_items.c_str());
|
||||
dragx = Fl::event_x(); dragy = Fl::event_y();
|
||||
Fl::copy(selected_items.c_str(),selected_items.length(),0);
|
||||
Fl::dnd();
|
||||
dragx = Fl::event_x(); dragy = Fl::event_y();
|
||||
return 1; // don't do the multiple selection thing from Fl_Browser
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user