From 1873da6c49c195b59e6199920b2bc3bb5dd2f5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Tue, 11 Jun 2024 17:08:24 +0200 Subject: [PATCH] Fix issue in thumbnails --- imagescrollareagl.cpp | 1 + libXISF | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/imagescrollareagl.cpp b/imagescrollareagl.cpp index 8d11a5d..18f99cc 100644 --- a/imagescrollareagl.cpp +++ b/imagescrollareagl.cpp @@ -335,6 +335,7 @@ void ImageWidget::paintGL() if(m_showThumbnails) { + f->glClear(GL_COLOR_BUFFER_BIT); m_vaoThumb->bind(); m_thumbnailTexture->bind(1); if(m_sizesDirty) diff --git a/libXISF b/libXISF index 922d4b7..d00de20 160000 --- a/libXISF +++ b/libXISF @@ -1 +1 @@ -Subproject commit 922d4b73c946f62564f363b9fab9670fec660880 +Subproject commit d00de2041d94171a55f4af18696e84738be30fef