Skip to content

DuckX deletes spaces #97

@Kalzaver

Description

@Kalzaver

While using a lot of statements like this in docx document

if (str.contains("marker"))
{
    str.replace("maker", a1);
    r.set_text(str.toStdString());
}

I've noticed that docx document after saving loses some spaces in random places over the rows and paragraphs where's no marker words.
For example:

This is how it was -> Thisishowitwas

This happens when I use Qt6. Can't say if it's an actual bug or my code is running wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions