[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: |
Sat, 02 Feb 2019 08:03:13 -0000 |
** Changed in: drgeo
Milestone: 18.06 => 19.03a
--
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 Committed
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dr. Geo] [Bug 1791488] Re: Reduce detection of point,
hilaire <=