Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug fix: vector layer identify now works more than once when no map r…
…edraw has

happened in between.


git-svn-id: http://svn.osgeo.org/qgis/trunk@4967 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Mar 4, 2006
1 parent b5f18ed commit 2db0e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmaptoolidentify.cpp
Expand Up @@ -311,4 +311,5 @@ void QgsMapToolIdentify::identifyVectorLayer(QgsVectorLayer* layer, const QgsPoi
else
QApplication::restoreOverrideCursor();
}
dataProvider->reset();
}

0 comments on commit 2db0e81

Please sign in to comment.