summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive-install b/draklive-install
index 6b9d786..35afff3 100755
--- a/draklive-install
+++ b/draklive-install
@@ -330,6 +330,8 @@ sub copy_root {
if ($current <= $total && $current/$total > $previous/$total + 0.001) {
$update_progress->('', $current, $total);
$previous = $current;
+ } else {
+ mygtk3::flush();
}
}
}