mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
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:
@@ -178,7 +178,7 @@ void DiagramPropertiesEditorDockWidget::selectionChanged()
|
||||
|
||||
clear();
|
||||
m_edited_qgi_type = type_;
|
||||
addEditor(new ShapeGraphicsItemPropertiesWidget(static_cast<QetShapeItem*>(item), this));
|
||||
addEditor(new ShapeGraphicsItemPropertiesWidget(shapes_list, this));
|
||||
break;
|
||||
}
|
||||
case DynamicElementTextItem::Type: //1010
|
||||
|
||||
Reference in New Issue
Block a user