mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Redraw UI on window resize
This commit is contained in:
committed by
Christian Visintin
parent
c1edc20462
commit
edd0842273
@@ -116,6 +116,9 @@ impl SetupActivity {
|
||||
CommonMsg::ShowSavePopup => {
|
||||
self.mount_save_popup();
|
||||
}
|
||||
CommonMsg::WindowResized => {
|
||||
self.redraw = true;
|
||||
}
|
||||
}
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user