mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Fix minor bug about the size of qpen stored in a xml
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4305 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -42,7 +42,7 @@ QDomElement QETXML::penToXml(QDomDocument &parent_document,QPen pen)
|
||||
|
||||
element.setAttribute("style", style);
|
||||
element.setAttribute("color", pen.color().name());
|
||||
element.setAttribute("widthF", pen.widthF());
|
||||
element.setAttribute("widthF", QString::number(pen.widthF()));
|
||||
return element;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user