Opened 16 years ago

Closed 16 years ago

#1057 closed defect (fixed)

Trivial bug in qgsmaptoolmovefeature.cpp

Reported by: shader Owned by: nobody
Priority: major: does not work as expected Milestone:
Component: Digitising Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

In QgsMapToolMoveFeature::canvasPressEvent variable searchRadius defined as integer but must be double as in other places.

  • int searchRadius = settings.value("/qgis/digitizing/search_radius_vertex_edit", 10).toInt();

+ double searchRadius = settings.value("/qgis/digitizing/search_radius_vertex_edit", 10).toDouble();

Change History (1)

comment:1 by mhugent, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r8408. Thanks for reporting this.

Marco

Note: See TracTickets for help on using tickets.