Skip to content

Commit 0d58fd6

Browse files
author
timlinux
committed
Dont apply otf settings to current project after closing options box - it should only be used when a new project is created.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15421 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 635bc69 commit 0d58fd6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/app/qgisapp.cpp

+1-10
Original file line numberDiff line numberDiff line change
@@ -4819,16 +4819,7 @@ void QgisApp::options()
48194819
{
48204820
myRenderer->setMapUnits( srs.mapUnits() );
48214821
}
4822-
4823-
//apply OTF CRS transformation if necessary
4824-
if ( mySettings.value( "/Projections/otfTransformEnabled", 0 ).toBool() )
4825-
{
4826-
myRenderer->setProjectionsEnabled( true );
4827-
}
4828-
else
4829-
{
4830-
myRenderer->setProjectionsEnabled( false );
4831-
}
4822+
//do we need this? TS
48324823
mMapCanvas->refresh();
48334824
}
48344825

0 commit comments

Comments
 (0)