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

Commit 77d716fc authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

am f4e2e651: am cf770f41: Merge "Bound touch and tool axes lengths below at 0" into klp-dev

* commit 'f4e2e651':
  Bound touch and tool axes lengths below at 0
parents 8d1f91e0 f4e2e651
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;