From 57cd00aee9d9b64050be98e585358241ecaab099 Mon Sep 17 00:00:00 2001 From: "Silc Lizard (Tokage) Renew" <61938263+TokageItLab@users.noreply.github.com> Date: Fri, 3 May 2024 11:41:17 +0900 Subject: Avoid incorrect computing anchor of Control node when reset on save --- scene/gui/control.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scene/gui/control.h') diff --git a/scene/gui/control.h b/scene/gui/control.h index bdb908e089..c784d4330d 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -47,6 +47,10 @@ class ThemeContext; class Control : public CanvasItem { GDCLASS(Control, CanvasItem); +#ifdef TOOLS_ENABLED + bool saving = false; +#endif + public: enum Anchor { ANCHOR_BEGIN = 0, -- cgit v1.2.3