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

Fix documentation tooltip over debug tooltip

This commit is contained in:
Hilderin
2025-01-05 09:57:21 -05:00
parent da4f9339ea
commit 731a1ec206
3 changed files with 100 additions and 103 deletions

View File

@@ -378,8 +378,6 @@ class ScriptEditor : public PanelContainer {
bool restoring_layout;
String _get_debug_tooltip(const String &p_text, Node *_se);
void _resave_scripts(const String &p_str);
bool _test_script_times_on_disk(Ref<Resource> p_for_script = Ref<Resource>());