diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2024-04-11 11:21:44 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2024-04-18 14:32:04 +0300 |
commit | a714cb9f65faefaa21bef240397ca6d249edd53c (patch) | |
tree | 9ce34904d2641410dafd914d9f816df99e21b5b5 /editor/editor_properties_array_dict.h | |
parent | 3b1806182a3564736ad64793b203c2c13c251f56 (diff) | |
download | redot-engine-a714cb9f65faefaa21bef240397ca6d249edd53c.tar.gz |
Editor: Display deprecated/experimental messages in tooltips
Diffstat (limited to 'editor/editor_properties_array_dict.h')
-rw-r--r-- | editor/editor_properties_array_dict.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h index dae0fc52a6..b00f85c93c 100644 --- a/editor/editor_properties_array_dict.h +++ b/editor/editor_properties_array_dict.h @@ -37,6 +37,7 @@ class Button; class EditorSpinSlider; +class MarginContainer; class EditorPropertyArrayObject : public RefCounted { GDCLASS(EditorPropertyArrayObject, RefCounted); |