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