mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
minor: whitespace and comments
This commit is contained in:
@@ -216,7 +216,7 @@ void PartDynamicTextField::fromXml(const QDomElement &dom_elmt) {
|
||||
setFont(font_);
|
||||
}
|
||||
else if (dom_elmt.hasAttribute("font_size")) {
|
||||
// plc-user: for convenience - to support font-size from old 'input' ?")
|
||||
// to support font-size from old 'input'
|
||||
setFont(QETApp::dynamicTextsItemFont(dom_elmt.attribute("font_size", QString::number(9)).toInt()));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user