Gui: issue #9205: Default settings make it hard to select objects in the 3D window
This commit is contained in:
@@ -288,7 +288,7 @@ SoFCUnifiedSelection::getPickedList(SoHandleEventAction* action, bool singlePick
|
||||
int cur_prio = getPriority(info.pp);
|
||||
const SbVec3f& cur_pt = info.pp->getPoint();
|
||||
|
||||
if ((cur_prio > picked_prio) && picked_pt.equals(cur_pt, 0.01f)) {
|
||||
if ((cur_prio > picked_prio) && picked_pt.equals(cur_pt, 0.2F)) {
|
||||
itPicked = it;
|
||||
picked_prio = cur_prio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user