diff options
| author | Yuri Sizov <yuris@humnom.net> | 2023-09-08 21:00:10 +0200 |
|---|---|---|
| committer | Yuri Sizov <yuris@humnom.net> | 2023-09-11 13:45:23 +0200 |
| commit | 2924bfd4d3c6dbdf01df3263000070634826f0a9 (patch) | |
| tree | 779d2aa57557af3c2fe2828e6a3a570a32e7a61b /scene/gui/tree.h | |
| parent | 8c1817f755b63a69378774d8d0f74499f663afe2 (diff) | |
| download | redot-engine-2924bfd4d3c6dbdf01df3263000070634826f0a9.tar.gz | |
Register theme properties with ThemeDB
Diffstat (limited to 'scene/gui/tree.h')
| -rw-r--r-- | scene/gui/tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/gui/tree.h b/scene/gui/tree.h index c174d0e960..4a5814c45c 100644 --- a/scene/gui/tree.h +++ b/scene/gui/tree.h @@ -504,8 +504,6 @@ private: void popup_select(int p_option); - void _notification(int p_what); - void item_edited(int p_column, TreeItem *p_item, MouseButton p_custom_mouse_index = MouseButton::NONE); void item_changed(int p_column, TreeItem *p_item); void item_selected(int p_column, TreeItem *p_item); @@ -676,6 +674,7 @@ private: protected: virtual void _update_theme_item_cache() override; + void _notification(int p_what); static void _bind_methods(); public: |
