Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.2.0
-
None
Description
In a fixed column layout QTextEdit should wrap spaces to the next line instead of eating them.
For example "Test Blah" should be wrapped to
"Test "
" Blah"
in a 10 column layout instead of
"Test"
"Blah"
(which is the normal/standard behavior for non column fixed layouts)