Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[GRASS] update table after new feature cat was set
  • Loading branch information
blazek committed Oct 16, 2015
1 parent 15af987 commit f810573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/grass/qgsgrassprovider.cpp
Expand Up @@ -1345,6 +1345,8 @@ void QgsGrassProvider::onFeatureAdded( QgsFeatureId fid )
}
}
}
// update table
emit dataChanged();
}
}
else
Expand Down

0 comments on commit f810573

Please sign in to comment.