mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Set the shortcut context for the edit/search/goto menus to the ScriptEditor so that shortcuts continue to work when FindReplaceBar is focused.
This commit is contained in:
parent
4546986d21
commit
d499071e5b
6 changed files with 27 additions and 9 deletions
|
|
@ -206,7 +206,7 @@ public:
|
|||
virtual void apply_code() override;
|
||||
virtual Ref<Resource> get_edited_resource() const override;
|
||||
virtual void set_edited_resource(const Ref<Resource> &p_res) override;
|
||||
virtual void enable_editor() override;
|
||||
virtual void enable_editor(Control *p_shortcut_context = nullptr) override;
|
||||
virtual Vector<String> get_functions() override;
|
||||
virtual void reload_text() override;
|
||||
virtual String get_name() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue