From 7796dbddc2153896d63c5edab963c0f687594888 Mon Sep 17 00:00:00 2001 From: blacksun Date: Tue, 19 Mar 2019 17:44:18 +0000 Subject: [PATCH] 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 --- sources/ui/diagrampropertieseditordockwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/diagrampropertieseditordockwidget.cpp b/sources/ui/diagrampropertieseditordockwidget.cpp index a8067d179..ba0e79a6a 100644 --- a/sources/ui/diagrampropertieseditordockwidget.cpp +++ b/sources/ui/diagrampropertieseditordockwidget.cpp @@ -178,7 +178,7 @@ void DiagramPropertiesEditorDockWidget::selectionChanged() clear(); m_edited_qgi_type = type_; - addEditor(new ShapeGraphicsItemPropertiesWidget(static_cast(item), this)); + addEditor(new ShapeGraphicsItemPropertiesWidget(shapes_list, this)); break; } case DynamicElementTextItem::Type: //1010