From 77f0e142c20a32f4500b2ebe0d398ecaeaa6d6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Nov 2021 03:20:17 +0100 Subject: Reflect that new list of files changes the layout --- fastiv-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastiv-browser.c') diff --git a/fastiv-browser.c b/fastiv-browser.c index 4c2b5dd..00a25ec 100644 --- a/fastiv-browser.c +++ b/fastiv-browser.c @@ -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)); } -- cgit v1.2.3