Skip to content

Fix multiline selection

Sune Vuorela requested to merge work/sune/fix-multiline-text-selection into master

In qt6, QRect::normalized changed it's meaning and it now has a 'span' that preserves the old meaning.

Use the old span to get the old version of normalized so we can match on the corners once again.

see https://codereview.qt-project.org/c/qt/qtbase/+/309932 for details.

BUG: 482249

Merge request reports