Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trivial bug in qgsmaptoolmovefeature.cpp #11117

Closed
qgib opened this issue May 5, 2008 · 1 comment
Closed

Trivial bug in qgsmaptoolmovefeature.cpp #11117

qgib opened this issue May 5, 2008 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality

Comments

@qgib
Copy link
Contributor

qgib commented May 5, 2008

Author Name: shader - (shader -)
Original Redmine Issue: 1057

Redmine category:digitising
Assignee: nobody -


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();
@qgib
Copy link
Contributor Author

qgib commented May 6, 2008

Author Name: Marco Hugentobler (@mhugent)


Fixed in fdf71fd (SVN r8409). Thanks for reporting this.

Marco


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Digitizing Related to feature digitizing map tools or functionality
Projects
None yet
Development

No branches or pull requests

1 participant