Skip to content

Commit 9546a75

Browse files
author
g_j_m
committed
Make the default extent -1,-1,1,1 instead of 0,0,0,0 as this is a more
useful default extent (one can actually use it to draw things, whereas with 0,0,0,0 one needs to load some data to get a usable extent). git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5672 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1f49249 commit 9546a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ int main(int argc, char *argv[])
231231
QString mySnapshotFileName="";
232232

233233
// This behaviour will set initial extent of map canvas
234-
QString myInitialExtent="";
234+
QString myInitialExtent="-1,-1,1,1";
235235

236236
// This behaviour will allow you to force the use of a translation file
237237
// which is useful for testing

0 commit comments

Comments
 (0)