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