Reduce detection of point

Bug #1791488 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Fix Released
Wishlist
Unassigned

Bug Description

In the canvas, the detection zone of point under the mouse zone is a bit too large.
It is right now a 20 pixels radius circle centered on the point.
Reducing it to 5 pixels radius seems to meet more consensus.

Change code as bellow:

DrGPointMorph>>containsPoint: aPoint
   ^(self bounds expandBy: 20) containsPoint: aPoint

Changed in drgeo:
status: Confirmed → Fix Committed
Changed in drgeo:
milestone: 18.06 → 19.03a
Changed in drgeo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.