During repaint, the data store is only accessed if map state or extent has changed

git-svn-id: http://svn.osgeo.org/qgis/trunk@164 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2002-12-03 06:47:50 +00:00
parent 8d177a3e3b
commit 306149d631

View File

@ -560,6 +560,7 @@ void QgisApp::layerProperties(QListViewItem * lvi)
// apply changes
mapCanvas->freeze(false);
mapCanvas->setDirty(true);
mapCanvas->render2();
}