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