Reflect that new list of files changes the layout
This commit is contained in:
parent
e9d0325c62
commit
77f0e142c2
|
@ -529,5 +529,5 @@ fastiv_browser_load(FastivBrowser *self, const char *path)
|
||||||
g_dir_close(dir);
|
g_dir_close(dir);
|
||||||
|
|
||||||
// TODO(p): Sort the entries.
|
// TODO(p): Sort the entries.
|
||||||
gtk_widget_queue_draw(GTK_WIDGET(self));
|
gtk_widget_queue_resize(GTK_WIDGET(self));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue