File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4942,7 +4942,7 @@ void QgisApp::userScale()
4942
4942
{
4943
4943
mMapCanvas ->zoomScale ( rightSide );
4944
4944
}
4945
- }
4945
+ }
4946
4946
}
4947
4947
4948
4948
void QgisApp::userCenter ()
@@ -6705,6 +6705,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
6705
6705
6706
6706
if ( settings.value ( " /qgis/warnOldProjectVersion" , QVariant ( true ) ).toBool () )
6707
6707
{
6708
+ QApplication::setOverrideCursor ( Qt::ArrowCursor );
6708
6709
QMessageBox::warning ( NULL , tr ( " Project file is older" ),
6709
6710
tr ( " <p>This project file was saved by an older version of QGIS."
6710
6711
" When saving this project file, QGIS will update it to the latest version, "
@@ -6725,7 +6726,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
6725
6726
.arg ( tr ( " <tt>Settings:Options:General</tt>" , " Menu path to setting options" ) )
6726
6727
.arg ( tr ( " Warn me when opening a project file saved with an older version of QGIS" ) )
6727
6728
);
6728
-
6729
+ QApplication::restoreOverrideCursor ();
6729
6730
}
6730
6731
return ;
6731
6732
}
You can’t perform that action at this time.
0 commit comments