summaryrefslogtreecommitdiffstats
path: root/editor/editor_autoload_settings.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-05 09:55:36 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-05 09:55:36 +0100
commit9e13b90ce86a0942415e6ecaa6db9d058a673472 (patch)
tree99562af9f5acf3cac79be15ed9043bfcac59cf2b /editor/editor_autoload_settings.cpp
parent897e2d9a40713afdd0d0f25a10aa7f6229f6421a (diff)
parent4f8d7cae2601343d6221ec95485fc6812c9a22d8 (diff)
downloadredot-engine-9e13b90ce86a0942415e6ecaa6db9d058a673472.tar.gz
Merge pull request #81177 from Calinou/filedialog-focus-path-shortcut
Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog
Diffstat (limited to 'editor/editor_autoload_settings.cpp')
-rw-r--r--editor/editor_autoload_settings.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor_autoload_settings.cpp b/editor/editor_autoload_settings.cpp
index a615acf9f8..a7b15e50d7 100644
--- a/editor/editor_autoload_settings.cpp
+++ b/editor/editor_autoload_settings.cpp
@@ -587,6 +587,10 @@ void EditorAutoloadSettings::_script_created(Ref<Script> p_script) {
_autoload_add();
}
+LineEdit *EditorAutoloadSettings::get_path_box() const {
+ return autoload_add_path;
+}
+
Variant EditorAutoloadSettings::get_drag_data_fw(const Point2 &p_point, Control *p_control) {
if (autoload_cache.size() <= 1) {
return false;