Reflect that new list of files changes the layout

This commit is contained in:
Přemysl Eric Janouch 2021-11-10 03:20:17 +01:00
parent e9d0325c62
commit 77f0e142c2
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -529,5 +529,5 @@ fastiv_browser_load(FastivBrowser *self, const char *path)
g_dir_close(dir);
// TODO(p): Sort the entries.
gtk_widget_queue_draw(GTK_WIDGET(self));
gtk_widget_queue_resize(GTK_WIDGET(self));
}