https://bugs.kde.org/show_bug.cgi?id=362431
--- Comment #9 from Steve Allewell <steve.allew...@gmail.com> --- Mmmm, I'm a bit more confused now. When I open your file, the information in it, is as follows: Reading version 104 Property: "author" = QVariant(QString, "") Property: "cellHorizontalGrouping" = QVariant(int, 20) Property: "cellVerticalGrouping" = QVariant(int, 20) Property: "clothCountLink" = QVariant(bool, true) Property: "clothCountUnits" = QVariant(int, 0) Property: "copyright" = QVariant(QString, "") Property: "fabric" = QVariant(QString, "") Property: "fabricColor" = QVariant(QColor, QColor(ARGB 1, 1, 1, 1)) Property: "horizontalClothCount" = QVariant(double, 16) Property: "instructions" = QVariant(QString, "") Property: "thickLineColor" = QVariant(QColor, QColor(ARGB 1, 0.501961, 0.501961, 0.501961)) Property: "thinLineColor" = QVariant(QColor, QColor(ARGB 1, 0.752941, 0.752941, 0.752941)) Property: "title" = QVariant(QString, "") Property: "unitsFormat" = QVariant(int, 0) Property: "verticalClothCount" = QVariant(double, 16) QDataStream::operator(DocumentPalette) version 103 m_schemeName "DMC" m_symbolLibrary "kxstitch" currentIndex 6 documentPaletteCount 7 key: 0 "Blue" QColor(ARGB 1, 0, 0.47451, 0.796078) key: 1 "Light blue" QColor(AHSV 1, 0.566667, 1, 1) key: 2 "Black" QColor(AHSV 1, 0, 0, 0) key: 3 "Light light gray" QColor(AHSV 1, -1, 0, 0.627451) key: 4 "Light gray" QColor(AHSV 1, -1, 0, 0.478431) key: 5 "Dark Gray" QColor(AHSV 1, -1, 0, 0.298039) key: 6 "Gray" QColor(AHSV 1, -1, 0, 0.388235) This tells me that the DMC scheme was used, but the colour names (after the key number) do not appear in the DMC scheme. The other odd thing is that the QColor values are HSV for most of them instead of RGB like the first one. Neither of the xml files contain those colour names. Can you step through how you created the new scheme and colours and how you applied that to the pattern you created. Can you also check in ~/.local/share/kxstitch/schemes to see if there are other xml files there. Thanks -- You are receiving this mail because: You are watching all bug changes.