mirror of https://github.com/anoshenko/rui.git
Bug fixing
This commit is contained in:
parent
7cc553176f
commit
7cec6e5736
|
@ -34,7 +34,7 @@ func NewOutlineProperty(params Params) OutlineProperty {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (outline *outlinePropertyData) init() {
|
func (outline *outlinePropertyData) init() {
|
||||||
outline.propertyList.init()
|
outline.dataProperty.init()
|
||||||
outline.normalize = normalizeOutlineTag
|
outline.normalize = normalizeOutlineTag
|
||||||
outline.set = outlineSet
|
outline.set = outlineSet
|
||||||
outline.supportedProperties = []PropertyName{Style, Width, ColorTag}
|
outline.supportedProperties = []PropertyName{Style, Width, ColorTag}
|
||||||
|
|
Loading…
Reference in New Issue