Skip to content

Commit

Permalink
Make select by radius rubber band smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 20, 2018
1 parent 280af20 commit ed8f24a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgsmaptoolselectradius.cpp
Expand Up @@ -31,8 +31,7 @@ email : jpalmer at linz dot govt dot nz
#include "qgsdoublespinbox.h"



const int RADIUS_SEGMENTS = 40;
const int RADIUS_SEGMENTS = 80;

QgsDistanceWidget::QgsDistanceWidget( const QString &label, QWidget *parent )
: QWidget( parent )
Expand Down

0 comments on commit ed8f24a

Please sign in to comment.