mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
8d177a3e3b
commit
306149d631
@ -560,6 +560,7 @@ void QgisApp::layerProperties(QListViewItem * lvi)
|
|||||||
|
|
||||||
// apply changes
|
// apply changes
|
||||||
mapCanvas->freeze(false);
|
mapCanvas->freeze(false);
|
||||||
|
mapCanvas->setDirty(true);
|
||||||
mapCanvas->render2();
|
mapCanvas->render2();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user