mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
- removed crash caused by layout bad parenting
This commit is contained in:
parent
44c291a317
commit
a604dbf77a
@ -625,7 +625,7 @@ Matrix44fWidget::Matrix44fWidget(QWidget *p, RichMatrix44f* rpf, QWidget *gla_c
|
||||
descLab->setToolTip(rpf->pd->fieldDesc);
|
||||
//gridLay->addWidget(descLab,row,0,Qt::AlignTop);
|
||||
vlay = new QVBoxLayout();
|
||||
lay44 = new QGridLayout(this);
|
||||
lay44 = new QGridLayout();
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user