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 5a96db6483
commit 75f974b1a1

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);