mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-08 08:29:59 +01:00
Fix dxf export of autosize text cells in titleblock
This commit is contained in:
@@ -673,7 +673,8 @@ void BorderTitleBlock::drawDxf(
|
||||
1,
|
||||
2,
|
||||
xCoord+recWidth/2,
|
||||
color,
|
||||
1,
|
||||
color,
|
||||
0);
|
||||
}else{
|
||||
Createdxf::drawTextAligned(file_path,
|
||||
@@ -686,7 +687,8 @@ void BorderTitleBlock::drawDxf(
|
||||
1,
|
||||
2,
|
||||
xCoord+recWidth/2,
|
||||
color,
|
||||
1,
|
||||
color,
|
||||
0);
|
||||
}
|
||||
}
|
||||
@@ -721,7 +723,8 @@ void BorderTitleBlock::drawDxf(
|
||||
1,
|
||||
2,
|
||||
xCoord+recWidth/2,
|
||||
color,
|
||||
1,
|
||||
color,
|
||||
0);
|
||||
row_string = incrementLetters(row_string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user