sort of bandaid patch over resizing
This commit is contained in:
@@ -125,11 +125,12 @@ impl Ui {
|
||||
}
|
||||
|
||||
fn redraw_size(&mut self) {
|
||||
let mut ctx = PainterCtx::new(&mut self.data);
|
||||
let dep = ctx.px_dependent.clone();
|
||||
for id in dep {
|
||||
ctx.redraw(id);
|
||||
}
|
||||
// let mut ctx = PainterCtx::new(&mut self.data);
|
||||
// let dep = ctx.px_dependent.clone();
|
||||
// for id in dep {
|
||||
// ctx.redraw(id);
|
||||
// }
|
||||
self.redraw_all();
|
||||
}
|
||||
|
||||
fn redraw_updates(&mut self) {
|
||||
|
||||
Reference in New Issue
Block a user