mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
move: allow to preserve in same source folder (IDEA-78107)
(cherry picked from commit ea975ed9d0ef010ce9df8527b9c06b323a7958d2)
This commit is contained in:
+1
-3
@@ -223,9 +223,7 @@ public abstract class DestinationFolderComboBox extends ComboboxWithBrowseButton
|
||||
oldOne = itemWrapper;
|
||||
}
|
||||
}
|
||||
if (initialTargetDirectorySourceRoot == null) {
|
||||
items.add(null);
|
||||
}
|
||||
items.add(null);
|
||||
final DirectoryChooser.ItemWrapper selection = chooseSelection(initialTargetDirectorySourceRoot, fileIndex, items, initial, oldOne);
|
||||
final ComboBoxModel model = comboBox.getModel();
|
||||
if (model instanceof CollectionComboBoxModel) {
|
||||
|
||||
Reference in New Issue
Block a user