mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Minor fix
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4884 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -201,8 +201,8 @@ void LinkSingleElementWidget::buildTree()
|
|||||||
autonum::sequentialNumbers seq;
|
autonum::sequentialNumbers seq;
|
||||||
QString F =autonum::AssignVariables::formulaToLabel(diag->border_and_titleblock.folio(), seq, diag, elmt);
|
QString F =autonum::AssignVariables::formulaToLabel(diag->border_and_titleblock.folio(), seq, diag, elmt);
|
||||||
str_list << F;
|
str_list << F;
|
||||||
str_list << diag->title();
|
|
||||||
str_list << diag->convertPosition(elmt->scenePos()).toString();
|
str_list << diag->convertPosition(elmt->scenePos()).toString();
|
||||||
|
str_list << diag->title();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user