aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 14:20:42 +0100
committerBert <ber.t@gmx.com>2011-02-17 14:20:42 +0100
commit1c072cc0d0b06869630bc2d842a28a7899494de8 (patch)
treecc48f888353bf975536564623c238e65086ade27 /main.c
parentb828b554191c761776e4757d1b92156c624c75f6 (diff)
downloadnsxiv-1c072cc0d0b06869630bc2d842a28a7899494de8.tar.zst
Fill window before loading thumbs
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 5b3bd33..7f5c453 100644
--- a/main.c
+++ b/main.c
@@ -138,6 +138,8 @@ int main(int argc, char **argv) {
if (options->thumbnails == 2) {
mode = MODE_THUMBS;
+ win_clear(&win);
+ win_draw(&win);
} else {
mode = MODE_NORMAL;
load_image();