Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix canvas refresh on layer load
  • Loading branch information
NathanW2 committed Jun 7, 2013
1 parent 8c840e9 commit 73e9c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -2480,6 +2480,7 @@ void QgisApp::addVectorLayer()
}

mMapCanvas->freeze( false );
mMapCanvas->refresh();

delete ovl;
// update UI
Expand Down

0 comments on commit 73e9c31

Please sign in to comment.