Merge branch 'master' into text-editor
This commit is contained in:
commit
6582387579
109 changed files with 370 additions and 413 deletions
|
|
@ -216,7 +216,7 @@ where
|
|||
}
|
||||
|
||||
fn draw(&mut self, handle: image::Handle, bounds: Rectangle) {
|
||||
self.primitives.push(Primitive::Image { handle, bounds })
|
||||
self.primitives.push(Primitive::Image { handle, bounds });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -238,6 +238,6 @@ where
|
|||
handle,
|
||||
color,
|
||||
bounds,
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue