mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 02:54:36 +00:00
Changed how the parent of the GLArea window is initilized to workaround to a strange bug under linux. More investigation needed...
This commit is contained in:
parent
7e35dbac71
commit
47375eb12a
@ -36,8 +36,9 @@ using namespace std;
|
||||
using namespace vcg;
|
||||
|
||||
GLArea::GLArea(MultiViewer_Container *mvcont, RichParameterSet *current)
|
||||
: QGLWidget(mvcont)
|
||||
: QGLWidget()
|
||||
{
|
||||
this->setParent(mvcont);
|
||||
this->updateCustomSettingValues(*current);
|
||||
log=mvcont->LogPtr();
|
||||
animMode=AnimNone;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user