Skip to content
Snippets Groups Projects
Commit a2cc23b9 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Fix 'No stereotype display for nodes and components'.

FIXED-IN:2.17.1 (KDE Applications 15.08.1)
BUG:351575
BUG:351576
parent e5114220
No related branches found
No related tags found
No related merge requests found
......@@ -276,12 +276,11 @@ void ClassGeneralPage::apply()
QString name = m_nameWidget->text();
m_docWidget->apply();
if (m_pObject) {
if (m_stereotypeWidget) {
m_stereotypeWidget->apply();
}
if (m_stereotypeWidget) {
m_stereotypeWidget->apply();
}
if (m_pObject) {
UMLObject::ObjectType t = m_pObject->baseType();
if (t == UMLObject::ot_Class || t == UMLObject::ot_Interface) {
m_packageWidget->apply();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment