diff options
Diffstat (limited to 'editor/editor_inspector.h')
-rw-r--r-- | editor/editor_inspector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_inspector.h b/editor/editor_inspector.h index 18250780be..348dea7086 100644 --- a/editor/editor_inspector.h +++ b/editor/editor_inspector.h @@ -208,7 +208,7 @@ class EditorInspectorCategory : public Control { friend class EditorInspector; Ref<Texture2D> icon; String label; - Color bg_color; + mutable String tooltip_text; protected: |