Sync graphics item with matrix and shadow common parameters.

This commit is contained in:
Jim Evins
2013-12-05 19:45:39 -05:00
parent 385df72c9b
commit 52755383ed
3 changed files with 33 additions and 0 deletions
+6
View File
@@ -40,6 +40,9 @@ namespace glabels
pen.setWidthF( lineWidth() );
rectItem->setPen( pen );
updateGraphicsItemMatrix( rectItem );
updateGraphicsItemShadow( rectItem );
return rectItem;
}
@@ -58,6 +61,9 @@ namespace glabels
QPen pen( lineColorNode().color() );
pen.setWidthF( lineWidth() );
rectItem->setPen( pen );
updateGraphicsItemMatrix( rectItem );
updateGraphicsItemShadow( rectItem );
}
}