Skip to content

Commit

Permalink
Dismiss render cache when selection is modified (Fix #8346)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 26, 2013
1 parent 99d82c2 commit 343696a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -788,6 +788,8 @@ void QgsVectorLayer::modifySelection( QgsFeatureIds selectIds, QgsFeatureIds des
mSelectedFeatureIds -= deselectIds;
mSelectedFeatureIds += selectIds;

setCacheImage( 0 );

emit selectionChanged( selectIds, deselectIds - intersectingIds, false );
}

Expand Down

0 comments on commit 343696a

Please sign in to comment.