summaryrefslogtreecommitdiffstats
path: root/scene/gui/check_box.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-09-08 21:00:10 +0200
committerYuri Sizov <yuris@humnom.net>2023-09-11 13:45:23 +0200
commit2924bfd4d3c6dbdf01df3263000070634826f0a9 (patch)
tree779d2aa57557af3c2fe2828e6a3a570a32e7a61b /scene/gui/check_box.h
parent8c1817f755b63a69378774d8d0f74499f663afe2 (diff)
downloadredot-engine-2924bfd4d3c6dbdf01df3263000070634826f0a9.tar.gz
Register theme properties with ThemeDB
Diffstat (limited to 'scene/gui/check_box.h')
-rw-r--r--scene/gui/check_box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/check_box.h b/scene/gui/check_box.h
index 69d753f469..8726181631 100644
--- a/scene/gui/check_box.h
+++ b/scene/gui/check_box.h
@@ -55,8 +55,8 @@ protected:
Size2 get_icon_size() const;
Size2 get_minimum_size() const override;
- virtual void _update_theme_item_cache() override;
void _notification(int p_what);
+ static void _bind_methods();
bool is_radio();