From 6459edc7c8af9e5c9bafe4f1635194334f42f415 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 16 Feb 2022 19:10:00 +0800 Subject: ... --- include/cru/ui/style/Condition.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/cru') diff --git a/include/cru/ui/style/Condition.h b/include/cru/ui/style/Condition.h index b45c0e07..28f42315 100644 --- a/include/cru/ui/style/Condition.h +++ b/include/cru/ui/style/Condition.h @@ -42,6 +42,10 @@ class CRU_UI_API CompoundCondition : public Condition { std::vector ChangeOn(controls::Control* control) const override; + std::vector> GetChildren() const { + return conditions_; + } + protected: std::vector> conditions_; }; -- cgit v1.2.3