mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix canvas refresh on layer load
This commit is contained in:
parent
8c840e9957
commit
73e9c3188a
@ -2480,6 +2480,7 @@ void QgisApp::addVectorLayer()
|
||||
}
|
||||
|
||||
mMapCanvas->freeze( false );
|
||||
mMapCanvas->refresh();
|
||||
|
||||
delete ovl;
|
||||
// update UI
|
||||
|
Loading…
x
Reference in New Issue
Block a user