mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-03 22:51:26 +03:00 
			
		
		
		
	@@ -177,7 +177,7 @@ void XmlFontSerializator::save(const QVariant &value, QString name)
 | 
				
			|||||||
    _node.setAttribute("pointSize",font.pointSize());
 | 
					    _node.setAttribute("pointSize",font.pointSize());
 | 
				
			||||||
    saveBool(_node,"bold",font.bold());
 | 
					    saveBool(_node,"bold",font.bold());
 | 
				
			||||||
    saveBool(_node,"italic",font.italic());
 | 
					    saveBool(_node,"italic",font.italic());
 | 
				
			||||||
    saveBool(_node,"undeline",font.underline());
 | 
					    saveBool(_node,"underline",font.underline());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    node()->appendChild(_node);
 | 
					    node()->appendChild(_node);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user