fix bug with multiple object names in selection view when selecting in tree view

This commit is contained in:
wmayer
2017-06-19 14:59:32 +02:00
parent a5a04e359c
commit def4152640

View File

@@ -169,6 +169,7 @@ void SelectionView::OnChange(Gui::SelectionSingleton::SubjectType &rCaller,
str << ")";
new QListWidgetItem(selObject, selectionView);
selObject.clear();
}
}
countLabel->setText(QString::number(selectionView->count()));