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
326
326
// XXX THESE SHOULD BE MOVED TO STATUSBAR RELATED SOURCE
327
327
QgsProject::instance ()->writeEntry ( " PositionPrecision" , " /Automatic" , true );
328
328
QgsProject::instance ()->writeEntry ( " PositionPrecision" , " /DecimalPlaces" , 2 );
329
+ QgsProject::instance ()->writeEntry ( " Paths" , " /Absolute" , false );
329
330
}
330
331
331
332
}; // struct QgsProject::Imp
@@ -339,6 +340,7 @@ QgsProject::QgsProject()
339
340
// XXX THESE SHOULD BE MOVED TO STATUSBAR RELATED SOURCE
340
341
writeEntry ( " PositionPrecision" , " /Automatic" , true );
341
342
writeEntry ( " PositionPrecision" , " /DecimalPlaces" , 2 );
343
+ writeEntry ( " Paths" , " /Absolute" , false );
342
344
// XXX writeEntry() makes the project dirty, but it doesn't make sense
343
345
// for a new project to be dirty, so let's clean it up
344
346
dirty ( false );
You can’t perform that action at this time.
0 commit comments