Skip to content

Commit 47f7bbe

Browse files
committedMay 18, 2017
Allow rotate point symbol tool to work with features with initially
NULL rotation values (cherry-picked from 8997231)
1 parent c26f1b5 commit 47f7bbe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/app/qgsmaptoolrotatepointsymbols.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ void QgsMapToolRotatePointSymbols::canvasPressOnFeature( QgsMapMouseEvent *e, co
7777
{
7878
//find out initial arrow direction
7979
QVariant attrVal = feature.attribute( mCurrentRotationAttributes.toList().at( 0 ) );
80-
if ( !attrVal.isValid() )
81-
{
82-
return;
83-
}
8480

8581
mCurrentRotationFeature = attrVal.toDouble();
8682
createPixmapItem( mMarkerSymbol.data() );

0 commit comments

Comments
 (0)
Please sign in to comment.