Fix the reading of style.xml
Save all the formats <xf>s in order even they are duplicated.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
Styles(bool createEmpty=false);
|
||||
~Styles();
|
||||
Format *createFormat();
|
||||
void addFormat(Format *format);
|
||||
void addFormat(Format *format, bool force=false);
|
||||
Format *xfFormat(int idx) const;
|
||||
|
||||
QByteArray saveToXmlData();
|
||||
|
||||
Reference in New Issue
Block a user