You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user