Call style_updated when ui element parent changes
This commit is contained in:
parent
afbf49950f
commit
036c1c543f
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ namespace psemek::ui
|
|||
parent_ = parent;
|
||||
if (loop())
|
||||
post_delayed_callbacks();
|
||||
|
||||
style_updated();
|
||||
}
|
||||
|
||||
element * element::root()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue