[TechDraw] Fix the projection type combobox and align all references to First angle and Third angle (#24762)

This commit is contained in:
Syres916
2025-10-26 22:31:44 +00:00
committed by GitHub
parent f93fafdae6
commit 18eac9d9d4
7 changed files with 24 additions and 24 deletions

View File

@@ -151,7 +151,7 @@ bool Preferences::useGlobalDecimals()
int Preferences::projectionAngle()
{
return getPreferenceGroup("General")->GetInt("ProjectionAngle", 0); //First Angle
return getPreferenceGroup("General")->GetInt("ProjectionAngle", 0); //First angle
}
bool Preferences::groupAutoDistribute()