[TechDraw] Fix the projection type combobox and align all references to First angle and Third angle (#24762)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user