Data driven themes update their style on application

This commit is contained in:
Sasha Koshka 2024-05-03 16:23:21 -04:00
parent 992a5b23f9
commit 82657bf251
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ func (this *Theme) Apply (object tomo.Object, role theme.Role) event.Cookie {
this.execute(object, rule.Pressed...)
}
}
updateStyle()
return event.MultiCookie (
box.OnFocusEnter(updateStyle),