Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeadb324 authored by Michael Wright's avatar Michael Wright
Browse files

Bound touch and tool axes lengths below at 0

Change-Id: I75ca196312201773cfabb74ee5b28a7d80f6ba60
parent 59703c71
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1285,6 +1285,9 @@ protected:
            if (haveSizeBias) {
                *outSize += sizeBias;
            }
            if (*outSize < 0) {
                *outSize = 0;
            }
        }
    } mCalibration;