dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 1791488] Re: Reduce detection of point


From: hilaire
Subject: [Dr. Geo] [Bug 1791488] Re: Reduce detection of point
Date: Thu, 07 Mar 2019 10:43:56 -0000

** Changed in: drgeo
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo II.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/1791488

Title:
  Reduce detection of point

Status in Dr. Geo II:
  Fix Released

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1791488/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]