We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 242b8ff + 52dae12 commit 7c32170Copy full SHA for 7c32170
editor/filesystem_dock.cpp
@@ -2117,7 +2117,7 @@ Vector<String> FileSystemDock::_remove_self_included_paths(Vector<String> select
2117
}
2118
2119
void FileSystemDock::_tree_rmb_option(int p_option) {
2120
- if (p_option > FILE_MENU_MAX) {
+ if (p_option > FILE_MENU_MAX && p_option < CONVERT_BASE_ID) {
2121
// Extra options don't need paths.
2122
_file_option(p_option, {});
2123
return;
0 commit comments