Skip to content

Commit fbe7023

Browse files
committed
fix missing request_redraw on Component
1 parent 7a97773 commit fbe7023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

widget/src/lazy/component.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ where
374374
));
375375

376376
shell.invalidate_layout();
377+
shell.request_redraw();
377378
}
378379
}
379380

0 commit comments

Comments
 (0)