Fix issue with Qt 6.8
This commit is contained in:
@@ -497,6 +497,7 @@ void ImageWidgetGL::paintGL()
|
|||||||
QBrush highlight = style()->standardPalette().highlight();
|
QBrush highlight = style()->standardPalette().highlight();
|
||||||
|
|
||||||
f->glClear(GL_COLOR_BUFFER_BIT);
|
f->glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
f->glBlendFunc(GL_ONE, GL_ZERO);
|
||||||
if(m_showThumbnails)
|
if(m_showThumbnails)
|
||||||
{
|
{
|
||||||
m_vaoThumb->bind();
|
m_vaoThumb->bind();
|
||||||
|
|||||||
Reference in New Issue
Block a user