mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This commit is contained in:
parent
f134cb06bd
commit
e63ba3ee6d
@ -190,7 +190,7 @@ QWidget* Rim3dView::createViewWidget(QWidget* mainWindowParent)
|
||||
QGLFormat glFormat;
|
||||
glFormat.setDirectRendering(RiaApplication::instance()->useShaders());
|
||||
|
||||
m_viewer = new RiuViewer(glFormat, nullptr);
|
||||
m_viewer = new RiuViewer(glFormat, mainWindowParent);
|
||||
m_viewer->setOwnerReservoirView(this);
|
||||
|
||||
cvf::String xLabel;
|
||||
|
Loading…
Reference in New Issue
Block a user