Scenario I was seeing:
Then before this commit, the scrollbar would move. Even though I was tapping nowhere near the scrollbar. Or even the settings area!
I carefully bisected this down to change NVZTMKERX3N and this code in on.mouse_release:
if on_area(Settings_menu_area, x,y) then return end
What was actually going on in the above scenario:
Holy smokes!
OJGIQLZWADBO2UN2BLF5RCNQHQW3TQYP6EEA6QCK2PLV4TJGCWAQC
end
love.graphics.print('06', 20,150)
if Settings_menu_area.x then
App.color{r=1, g=0.8, b=0}
love.graphics.rectangle('line', Settings_menu_area.x, Settings_menu_area.y, Settings_menu_area.w, Settings_menu_area.h)
end
end