Fix issue in thumbnails
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user