Rename Primitive::Scrollable to Clip
This commit is contained in:
parent
ace4217b22
commit
85916c9e87
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ pub enum Primitive {
|
|||
path: String,
|
||||
bounds: Rectangle,
|
||||
},
|
||||
Scrollable {
|
||||
Clip {
|
||||
bounds: Rectangle,
|
||||
offset: u32,
|
||||
content: Box<Primitive>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue