From 107b6f299cda3f8b63432930f19cdd9bc24fb6dc Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Mon, 8 Nov 2021 23:53:41 +0300 Subject: Reorganize inspector layout workflow for Control nodes --- scene/gui/graph_node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scene/gui/graph_node.h') diff --git a/scene/gui/graph_node.h b/scene/gui/graph_node.h index b41fc7f5d4..7eb5f27cff 100644 --- a/scene/gui/graph_node.h +++ b/scene/gui/graph_node.h @@ -182,6 +182,9 @@ public: virtual Size2 get_minimum_size() const override; + virtual Vector get_allowed_size_flags_horizontal() const override; + virtual Vector get_allowed_size_flags_vertical() const override; + bool is_resizing() const { return resizing; } GraphNode(); -- cgit v1.2.3