From bfa89c0efd310c07e4255b45f99a2f05338fbe3f Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 28 Mar 2022 19:38:58 +0800 Subject: ... --- src/theme_builder/components/StyleRuleSetEditor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/theme_builder/components/StyleRuleSetEditor.h') diff --git a/src/theme_builder/components/StyleRuleSetEditor.h b/src/theme_builder/components/StyleRuleSetEditor.h index 864262eb..c5fe67fd 100644 --- a/src/theme_builder/components/StyleRuleSetEditor.h +++ b/src/theme_builder/components/StyleRuleSetEditor.h @@ -24,6 +24,8 @@ class StyleRuleSetEditor : public ui::components::Component { void BindStyleRuleSet(std::shared_ptr rule_set); private: + Index IndexOfRuleEditor(StyleRuleEditor* editor); + void UpdateView(ui::style::StyleRuleSet* style_rule_set, std::optional change = std::nullopt); -- cgit v1.2.3