You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Remove Quick Filter Files and fix FS search hotkey
The new Quick Filter Files behaviour since 8b47e26 had not been implemented,
so this implements it and makes it an editor hotkey instead of a menu entry.
Fixes #7582.
This commit is contained in:
@@ -3437,7 +3437,7 @@ void SpatialEditor::_instance_scene() {
|
||||
#if 0
|
||||
EditorNode *en = get_scene()->get_root_node()->cast_to<EditorNode>();
|
||||
ERR_FAIL_COND(!en);
|
||||
String path = en->get_scenes_dock()->get_selected_path();
|
||||
String path = en->get_filesystem_dock()->get_selected_path();
|
||||
if (path=="") {
|
||||
set_message(TTR("No scene selected to instance!"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user