clean up
This commit is contained in:
@@ -113,7 +113,6 @@ impl<Ctx> Ui<Ctx> {
|
||||
&mut self.text,
|
||||
&mut self.textures,
|
||||
self.size,
|
||||
&self.labels,
|
||||
);
|
||||
if let Some(base) = &self.base {
|
||||
painter.draw(base);
|
||||
@@ -146,7 +145,6 @@ impl<Ctx> Ui<Ctx> {
|
||||
&mut self.text,
|
||||
&mut self.textures,
|
||||
self.size,
|
||||
&self.labels,
|
||||
);
|
||||
for id in self.updates.drain(..) {
|
||||
painter.redraw(&id.id);
|
||||
|
||||
Reference in New Issue
Block a user