Merge branch '3.0.1' into developer

This commit is contained in:
Dhanya Maliakal
2017-12-11 13:51:20 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@ void qDrawPlot::SetupWidgetWindow(){
layout = new QGridLayout;
this->setLayout(layout);
histFrameIndexTitle= histFrameIndexTitle = new QLabel("");
histFrameIndexTitle = new QLabel("");
boxPlot = new QGroupBox("");
layout->addWidget(boxPlot,1,0);