Fix issue in thumbnails

This commit is contained in:
2024-06-11 17:08:24 +02:00
parent 92345f82ca
commit 1873da6c49
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)