Skip to content

Commit

Permalink
Fix for a crash if the identify dialog is open, the project changed a…
Browse files Browse the repository at this point in the history
…nd a layer removed before the first identify click in the new project

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11394 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 16, 2009
1 parent 1b719d4 commit c26ca98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmaptoolidentify.cpp
Expand Up @@ -529,6 +529,7 @@ void QgsMapToolIdentify::removeLayer( QString layerID )
delete mRubberBand;
mRubberBand = 0;
}
mLayer = 0;
}
}
}
Expand Down

0 comments on commit c26ca98

Please sign in to comment.