mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
DXF Border Numbering - fix offset
This commit is contained in:
@@ -665,7 +665,7 @@ void BorderTitleBlock::drawDxf(
|
|||||||
recWidth, recHeight, color);
|
recWidth, recHeight, color);
|
||||||
|
|
||||||
Createdxf::drawTextAligned(file_path,
|
Createdxf::drawTextAligned(file_path,
|
||||||
QString::number(i - offset),
|
QString::number(i + offset),
|
||||||
xCoord+recWidth/4,
|
xCoord+recWidth/4,
|
||||||
yCoord + recHeight*0.5,
|
yCoord + recHeight*0.5,
|
||||||
recHeight*0.7,
|
recHeight*0.7,
|
||||||
|
|||||||
Reference in New Issue
Block a user