Skip to content

Commit ef2d17f

Browse files
committedOct 26, 2017
No forced rendering on startup
1 parent ff759f6 commit ef2d17f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/app/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,10 +1220,6 @@ int main( int argc, char *argv[] )
12201220
// set extent from parsed values
12211221
QgsRectangle rect( coords[0], coords[1], coords[2], coords[3] );
12221222
qgis->setExtent( rect );
1223-
if ( qgis->mapCanvas() )
1224-
{
1225-
qgis->mapCanvas()->refresh();
1226-
}
12271223
}
12281224
}
12291225

0 commit comments

Comments
 (0)
Please sign in to comment.