dr-geo
[Top][All Lists]
Advanced

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

[Dr. Geo] [Bug 1791488] [NEW] Reduce detection of point


From: hilaire
Subject: [Dr. Geo] [Bug 1791488] [NEW] Reduce detection of point
Date: Sun, 09 Sep 2018 07:44:44 -0000

Public bug reported:

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

** Affects: drgeo
     Importance: Wishlist
         Status: Fix Committed


** Tags: user-interface

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

-- 
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



reply via email to

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