Skip to content

[kcms/users] Fix selecting finger to enroll

Nicolas Fella requested to merge work/nico/fix-fingerprint into master

Since https://codereview.qt-project.org/c/qt/qtdeclarative/+/494128 QQuickItem::grabToImage respects the scale factor and returns a larger image. This trips up the calculation in MaskMouseArea

To fix this take the image's dpr into account

BUG: 480729

Merge request reports