Gui: fix selection change handling in PropertyView

This commit is contained in:
Zheng, Lei
2019-08-08 22:14:26 +08:00
committed by wmayer
parent d7dd720eaf
commit ba0d573369

View File

@@ -75,7 +75,7 @@ static ParameterGrp::handle _GetParam() {
* in two tabs.
*/
PropertyView::PropertyView(QWidget *parent)
: QWidget(parent),SelectionObserver(false)
: QWidget(parent),SelectionObserver(false,0)
{
QGridLayout* pLayout = new QGridLayout( this );
pLayout->setSpacing(0);