[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 4718c46170
commit e95d3cbdc9
7 changed files with 24 additions and 24 deletions

View File

@@ -53,7 +53,7 @@ App::PropertyFloatConstraint::Constraints DrawPage::scaleRange = {
PROPERTY_SOURCE(TechDraw::DrawPage, App::DocumentObject)
const char* DrawPage::ProjectionTypeEnums[] = {"First Angle", "Third Angle", nullptr};
const char* DrawPage::ProjectionTypeEnums[] = {"First angle", "Third angle", nullptr};
DrawPage::DrawPage(void)
{