mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Register theme properties with ThemeDB
This commit is contained in:
@@ -43,9 +43,8 @@ class Separator : public Control {
|
||||
protected:
|
||||
Orientation orientation = Orientation::HORIZONTAL;
|
||||
|
||||
virtual void _update_theme_item_cache() override;
|
||||
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
|
||||
Reference in New Issue
Block a user