mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-19 10:09:58 +01:00
Xref: Change Vertical Offset of Cross References
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4547 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -217,7 +217,7 @@ void CrossRefItem::updateLabel() {
|
||||
void CrossRefItem::autoPos() {
|
||||
//We calcul the position according to the @snapTo of the xrefproperties
|
||||
if (m_properties.snapTo() == XRefProperties::Bottom)
|
||||
centerToBottomDiagram(this, m_element);
|
||||
centerToBottomDiagram(this, m_element, m_properties.offset());
|
||||
else
|
||||
centerToParentBottom(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user