Redraw UI on window resize

This commit is contained in:
veeso
2021-12-28 11:00:00 +01:00
committed by Christian Visintin
parent c1edc20462
commit edd0842273
12 changed files with 18 additions and 0 deletions

View File

@@ -116,6 +116,9 @@ impl SetupActivity {
CommonMsg::ShowSavePopup => {
self.mount_save_popup();
}
CommonMsg::WindowResized => {
self.redraw = true;
}
}
None
}