QTextEdit and word wrap with spaces
-
Good day!
I'm in search of information or work around where the spaces are ignored on new lines that have been wrapped. The issue was reported in "QTBUG-19628":https://bugreports.qt-project.org/browse/QTBUG-19628. Though the bug is closed and tagged onto other bugs like "QTCOMPONENTS-760":https://bugreports.qt-project.org/browse/QTCOMPONENTS-760, it doesn't seem to have been addressed (either fixed or marked as intended behaviour). I'm looking at overriding the append and sizechanged functions to accomplish this currently but hoping to save a bit of development time. Thank you in advance!