mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix documentation tooltip over debug tooltip
This commit is contained in:
parent
da4f9339ea
commit
731a1ec206
3 changed files with 100 additions and 103 deletions
|
|
@ -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>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue