diff options
author | Ninni Pipping <over999ships@gmail.com> | 2023-06-14 10:33:04 +0200 |
---|---|---|
committer | Ninni Pipping <over999ships@gmail.com> | 2023-06-20 08:40:35 +0200 |
commit | 4492f7ff970e766dccf85e4a59c9a984ebfb759b (patch) | |
tree | 6477ec656e050fa3fdec5d087af764797fea20f8 /scene/gui/nine_patch_rect.h | |
parent | 217a20a8a09bc305674bf3790c29cf2e8e257553 (diff) | |
download | redot-engine-4492f7ff970e766dccf85e4a59c9a984ebfb759b.tar.gz |
Make `NinePatchRect` listen to texture changes
Diffstat (limited to 'scene/gui/nine_patch_rect.h')
-rw-r--r-- | scene/gui/nine_patch_rect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/nine_patch_rect.h b/scene/gui/nine_patch_rect.h index 134b23c3d6..ae9fab1773 100644 --- a/scene/gui/nine_patch_rect.h +++ b/scene/gui/nine_patch_rect.h @@ -51,6 +51,8 @@ public: AxisStretchMode axis_h = AXIS_STRETCH_MODE_STRETCH; AxisStretchMode axis_v = AXIS_STRETCH_MODE_STRETCH; + void _texture_changed(); + protected: void _notification(int p_what); virtual Size2 get_minimum_size() const override; |