Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing space in pdf export #2519

Closed
Elblinator opened this issue Jul 13, 2023 · 1 comment · Fixed by #2521
Closed

Fix missing space in pdf export #2519

Elblinator opened this issue Jul 13, 2023 · 1 comment · Fixed by #2521
Assignees
Labels
Milestone

Comments

@Elblinator
Copy link
Member

Elblinator commented Jul 13, 2023

If a motion is exported without numbers:
words which are separated by a new line if numbers are visible, now are missing a space between them.

This bug could be a result from this Issue #2486

words with line inbetween
Bildschirmfoto_2023-07-13_12-18-43

words witout line and without space:
Bildschirmfoto_2023-07-13_12-18-21

Example:

  • How it is presented with numbers: "Aenean [new line] commodo"
  • How it is exported without numbers "Aeneancommodo"

Wanted behaviour:
the words should be separated by a space.

@Elblinator Elblinator added the bug label Jul 13, 2023
@Elblinator Elblinator added this to the 4.1 milestone Jul 13, 2023
@Elblinator
Copy link
Member Author

Also the words are still not using the max length of the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants