mirror of https://github.com/anoshenko/rui.git
Bug fixing
This commit is contained in:
parent
b6832dac40
commit
f49b73e979
|
@ -191,7 +191,7 @@ func (style *viewStyle) cssViewStyle(builder cssBuilder, session Session) {
|
|||
for _, tag := range []PropertyName{BackgroundClip, BackgroundOrigin, MaskClip, MaskOrigin} {
|
||||
if value, ok := enumProperty(style, tag, session, 0); ok {
|
||||
if data, ok := enumProperties[tag]; ok {
|
||||
builder.add(data.cssTag, data.values[value])
|
||||
builder.add(data.cssTag, data.cssValues[value])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue