diff options
Diffstat (limited to 'scene/gui/graph_element.h')
-rw-r--r-- | scene/gui/graph_element.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/gui/graph_element.h b/scene/gui/graph_element.h index 2c0a4760d8..a50c2953fd 100644 --- a/scene/gui/graph_element.h +++ b/scene/gui/graph_element.h @@ -49,6 +49,10 @@ protected: Vector2 position_offset; + struct ThemeCache { + Ref<Texture2D> resizer; + } theme_cache; + #ifdef TOOLS_ENABLED void _edit_set_position(const Point2 &p_position) override; #endif |