Browse Source

Hide entry box on drag and drop to avoid complexity when for instance moving files while rename box is shown

merge-requests/365/head
eidheim 10 years ago
parent
commit
19da4a189a
  1. 2
      src/directories.cc

2
src/directories.cc

@ -30,6 +30,8 @@ bool Directories::TreeStore::row_drop_possible_vfunc(const Gtk::TreeModel::Path
}
bool Directories::TreeStore::drag_data_received_vfunc(const TreeModel::Path &path, const Gtk::SelectionData &selection_data) {
EntryBox::get().hide();
auto &directories=Directories::get();
auto get_target_folder=[this, &directories](const TreeModel::Path &path) {

Loading…
Cancel
Save