Fix display problems on Linux

This commit is contained in:
Gaute Lindkvist
2018-11-27 17:04:55 +01:00
parent 6f9cac7201
commit f2c7f2ce80
4 changed files with 18 additions and 3 deletions

View File

@@ -214,6 +214,14 @@ RiuViewer::~RiuViewer()
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RiuViewer::clearRimView()
{
m_rimView = nullptr;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------