This commit is contained in:
2025-08-24 22:44:21 -04:00
parent 880d7eca50
commit 9e751d4161
5 changed files with 11 additions and 13 deletions

View File

@@ -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);