File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,7 @@ struct QgsProject::Imp
326326 // XXX THESE SHOULD BE MOVED TO STATUSBAR RELATED SOURCE
327327 QgsProject::instance ()->writeEntry ( " PositionPrecision" , " /Automatic" , true );
328328 QgsProject::instance ()->writeEntry ( " PositionPrecision" , " /DecimalPlaces" , 2 );
329+ QgsProject::instance ()->writeEntry ( " Paths" , " /Absolute" , false );
329330 }
330331
331332}; // struct QgsProject::Imp
@@ -339,6 +340,7 @@ QgsProject::QgsProject()
339340 // XXX THESE SHOULD BE MOVED TO STATUSBAR RELATED SOURCE
340341 writeEntry ( " PositionPrecision" , " /Automatic" , true );
341342 writeEntry ( " PositionPrecision" , " /DecimalPlaces" , 2 );
343+ writeEntry ( " Paths" , " /Absolute" , false );
342344 // XXX writeEntry() makes the project dirty, but it doesn't make sense
343345 // for a new project to be dirty, so let's clean it up
344346 dirty ( false );
You can’t perform that action at this time.
0 commit comments