diff options
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r-- | release/sysinstall/install.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 8d9da8176a453..1b8c43e6bc6f0 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -961,6 +961,7 @@ installFilesystems(dialogMenuItem *self) command_sort(); command_execute(); + dialog_clear_norefresh(); return DITEM_SUCCESS; } |