We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772a371 commit 83b37c5Copy full SHA for 83b37c5
src/DockAreaWidget.cpp
@@ -725,6 +725,8 @@ void CDockAreaWidget::setCurrentIndex(int index)
725
Q_EMIT currentChanging(index);
726
TabBar->setCurrentIndex(index);
727
d->ContentsLayout->setCurrentIndex(index);
728
+ // Force the widget to be native in order to avoid blinks with OpenGL widgets
729
+ d->ContentsLayout->currentWidget()->winId();
730
d->ContentsLayout->currentWidget()->show();
731
// Force the repaint of the current widget because mix of OpenGL widgets
732
// and Raster widgets could have not been entirely rendered
0 commit comments