Skip to content

Commit 8cdbd17

Browse files
author
mhugent
committed
Fix for ticket #2814
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13739 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a8f0d8d commit 8cdbd17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/georeferencer/qgsgeorefplugingui.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ void QgsGeorefPluginGui::openRaster()
275275
mActionLinkQGisToGeoref->setEnabled( false );
276276

277277
mCanvas->clearExtentHistory(); // reset zoomnext/zoomlast
278+
mWorldFileName = guessWorldFileName( mRasterFileName );
278279
}
279280

280281
void QgsGeorefPluginGui::doGeoreference()

0 commit comments

Comments
 (0)