diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-09-03 18:49:32 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2023-10-04 11:53:08 -0300 |
commit | 34e6b86134b4cd1d4cbad92b37a1cabce5e1fc36 (patch) | |
tree | 63e96227ef2707241711e44d4787db332b91895e /editor/connections_dialog.h | |
parent | bfd78bb917887cfc1fd842ba23570394cad8bedb (diff) | |
download | redot-engine-34e6b86134b4cd1d4cbad92b37a1cabce5e1fc36.tar.gz |
Show doc tooltips when hovering properties in the theme editor
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r-- | editor/connections_dialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index 7316a770ec..2fd4778389 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -187,8 +187,7 @@ public: ////////////////////////////////////////// -// Custom Tree needed to use a RichTextLabel as tooltip control -// when display signal documentation. +// Custom `Tree` needed to use `EditorHelpTooltip` to display signal documentation. class ConnectionsDockTree : public Tree { virtual Control *make_custom_tooltip(const String &p_text) const; }; |