Skip to content

Commit

Permalink
No forced rendering on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 26, 2017
1 parent ff759f6 commit ef2d17f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1220,10 +1220,6 @@ int main( int argc, char *argv[] )
// set extent from parsed values
QgsRectangle rect( coords[0], coords[1], coords[2], coords[3] );
qgis->setExtent( rect );
if ( qgis->mapCanvas() )
{
qgis->mapCanvas()->refresh();
}
}
}

Expand Down

0 comments on commit ef2d17f

Please sign in to comment.