You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Editor: Display deprecated/experimental messages in tooltips
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
||||
|
||||
//////////////////////////////////////////
|
||||
|
||||
// Custom `Tree` needed to use `EditorHelpTooltip` to display signal documentation.
|
||||
// Custom `Tree` needed to use `EditorHelpBit` to display signal documentation.
|
||||
class ConnectionsDockTree : public Tree {
|
||||
virtual Control *make_custom_tooltip(const String &p_text) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user