Skip to content

Commit 41af53b

Browse files
author
timlinux
committed
Gui tidy ups for the project props dialog as part of the general GUI revision
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8487 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3de6a22 commit 41af53b

File tree

2 files changed

+221
-214
lines changed

2 files changed

+221
-214
lines changed

src/app/qgsprojectproperties.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ QgsProjectProperties::QgsProjectProperties(QgsMapCanvas* mapCanvas, QWidget *par
7373
// position display is set (manual or automatic)
7474
bool automaticPrecision = QgsProject::instance()->readBoolEntry("PositionPrecision","/Automatic");
7575
if (automaticPrecision)
76+
{
7677
radAutomatic->setChecked(true);
78+
}
7779
else
80+
{
7881
radManual->setChecked(true);
82+
}
7983

8084
int dp = QgsProject::instance()->readNumEntry("PositionPrecision", "/DecimalPlaces");
8185
spinBoxDP->setValue(dp);

0 commit comments

Comments
 (0)