FileManager+LibGUI: Show thumbnail generation progress in the statusbar.

This commit is contained in:
Andreas Kling 2019-03-25 04:25:25 +01:00
commit 614dafea32
Notes: sideshowbarker 2024-07-19 14:56:55 +09:00
9 changed files with 63 additions and 11 deletions

View file

@ -336,6 +336,7 @@ void GWidget::invalidate_layout()
return;
if (!w->main_widget())
return;
do_layout();
w->main_widget()->do_layout();
}