1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix lookup symbol in scripts which doesn't open a tab at first attempt

This commit is contained in:
Yuri Roubinsky
2022-04-05 10:18:45 +03:00
parent 3ffe7004dd
commit 5db47c5521
2 changed files with 20 additions and 9 deletions

View File

@@ -440,6 +440,7 @@ class ScriptEditor : public PanelContainer {
void _help_class_open(const String &p_class);
void _help_class_goto(const String &p_desc);
bool _help_tab_goto(const String &p_name, const String &p_desc);
void _update_history_arrows();
void _save_history();
void _go_to_tab(int p_idx);