959 bails if user clicks on border of textview when regions enabled
added *Box.InInnerRect(x,y int) helper to check if some coord is inside the inner rect (inside border/padding)
added check using the helper within *TextView mouse handler to ensure that if regions are enabled, and will be checked, that the event occurred WITHIN the inner rect since borders/padding are excluded
959 bails if user clicks on border of textview when regions enabled
*Box.InInnerRect(x,y int)
helper to check if some coord is inside the inner rect (inside border/padding)*TextView
mouse handler to ensure that if regions are enabled, and will be checked, that the event occurred WITHIN the inner rect since borders/padding are excluded