mirror of https://github.com/anoshenko/rui.git
Bug fixing
This commit is contained in:
parent
7f06a9d201
commit
a6707495cf
|
@ -150,6 +150,7 @@ func (style *viewStyle) setTransform(value any) bool {
|
|||
switch value := value.(type) {
|
||||
case Transform:
|
||||
style.properties[TransformTag] = value
|
||||
return true
|
||||
|
||||
case DataObject:
|
||||
return setObject(value)
|
||||
|
|
Loading…
Reference in New Issue