Fix source typos

This commit is contained in:
luz paz 2021-09-07 11:34:22 -04:00
parent d68f375e38
commit 9b203c834a
8 changed files with 18 additions and 18 deletions

View file

@ -300,7 +300,7 @@ Item
// don't allow the upper handle to be lower than the lower handle
if (y - (upperHandle.y + upperHandle.height) < sliderRoot.minimumRangeHandleSize)
{
upperHandle.y = y - (upperHandle.heigth + sliderRoot.minimumRangeHandleSize)
upperHandle.y = y - (upperHandle.height + sliderRoot.minimumRangeHandleSize)
}
// update the range handle