Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restore original symbology of layer when exiting grass edit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5030 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 15, 2006
1 parent fd1ac66 commit e8170e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassedit.cpp
Expand Up @@ -860,7 +860,7 @@ QgsGrassEdit::~QgsGrassEdit()
std::cerr << "QgsGrassEdit::~QgsGrassEdit()" << std::endl;
#endif

if ( mValid ) {
if (mCanvasEdit) {
eraseDynamic();
mRubberBandLine->hide();
mRubberBandIcon->hide();
Expand Down

0 comments on commit e8170e2

Please sign in to comment.