Reflect that new list of files changes the layout

This commit is contained in:
2021-11-10 03:20:17 +01:00
parent e9d0325c62
commit 77f0e142c2

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));
}