Rename QuadBorderRadius to BorderRadius
This commit is contained in:
parent
15f21641b7
commit
676d8efe03
2 changed files with 13 additions and 14 deletions
|
|
@ -109,7 +109,7 @@ where
|
|||
self.primitives.push(Primitive::Quad {
|
||||
bounds: quad.bounds,
|
||||
background: background.into(),
|
||||
border_radius: quad.border_radius.to_array(),
|
||||
border_radius: quad.border_radius.into(),
|
||||
border_width: quad.border_width,
|
||||
border_color: quad.border_color,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue