From ba0d57336976024bc734033fcd8d25b860d50819 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Thu, 8 Aug 2019 22:14:26 +0800 Subject: [PATCH] Gui: fix selection change handling in PropertyView --- src/Gui/PropertyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/PropertyView.cpp b/src/Gui/PropertyView.cpp index ba4daa0554..6372b6feb5 100644 --- a/src/Gui/PropertyView.cpp +++ b/src/Gui/PropertyView.cpp @@ -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);