We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e8ef6 commit 6b8c37bCopy full SHA for 6b8c37b
src/plugins/georeferencer/qgsgeorefplugingui.cpp
@@ -1481,7 +1481,7 @@ void QgsGeorefPluginGui::updateTransformParamLabel()
1481
labelString += " ";
1482
labelString += tr( "Translation (%1, %2)" ).arg( origin.x() ).arg( origin.y() ); labelString += " ";
1483
labelString += tr( "Scale (%1, %2)" ).arg( scaleX ).arg( scaleY ); labelString += " ";
1484
- labelString += tr( "Rotation: %1" ).arg( rotation );
+ labelString += tr( "Rotation: %1" ).arg( rotation * 180 / M_PI );
1485
}
1486
1487
double meanError = 0;
0 commit comments