Minor fix : in the diagram editor, when we select several shapes at the same time, the properties widget only apply the change to one shape.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5803 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2019-03-19 17:44:18 +00:00
parent 4a4dd25263
commit 7796dbddc2

View File

@@ -178,7 +178,7 @@ void DiagramPropertiesEditorDockWidget::selectionChanged()
clear(); clear();
m_edited_qgi_type = type_; m_edited_qgi_type = type_;
addEditor(new ShapeGraphicsItemPropertiesWidget(static_cast<QetShapeItem*>(item), this)); addEditor(new ShapeGraphicsItemPropertiesWidget(shapes_list, this));
break; break;
} }
case DynamicElementTextItem::Type: //1010 case DynamicElementTextItem::Type: //1010