On Tue, Jul 1, 2014 at 11:22 PM, Jürgen E. <[email protected]> wrote:

> The point selection tool
> actually selects the nearest feature from a 10x10 pixel rectangle.
>

The rectangle one does the same thing:

  if ( !mDragging )
  {
    QgsMapToolSelectUtils::expandSelectRectangle( mSelectRect, vlayer,
e->pos() );
  }

- Nathan
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to