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.
1 parent 242b8ff commit 52dae12Copy full SHA for 52dae12
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