diff --git a/sources/createdxf.cpp b/sources/createdxf.cpp index 98fdd63dd..56d18dbd8 100644 --- a/sources/createdxf.cpp +++ b/sources/createdxf.cpp @@ -675,7 +675,8 @@ void Createdxf::drawRectangle( const QString &filepath, const QRectF &rect, const int &colorcode) { - QPolygonF poly(scaleRect(rect)); + //QPolygonF poly(scaleRect(rect)); + QPolygonF poly(rect); drawPolyline(filepath,poly,colorcode); }