Update source to v6.8.18240.20051

Previous source was actually for 6.1...
This commit is contained in:
Will Pearson
2018-09-15 11:26:15 -07:00
committed by Bozo
parent 0ae09c4811
commit 5f462fed0d
124 changed files with 27735 additions and 4925 deletions

View File

@@ -711,8 +711,8 @@ private:
// parsing context
unsigned int m_context_locale_id = 0;
ON::LengthUnitSystem m_context_length_unit_system;
ON::AngleUnitSystem m_context_angle_unit_system;
ON::LengthUnitSystem m_context_length_unit_system = ON::LengthUnitSystem::None;
ON::AngleUnitSystem m_context_angle_unit_system = ON::AngleUnitSystem::None;
ON_ScaleValue::ScaleStringFormat m_string_format_preference = ON_ScaleValue::ScaleStringFormat::Unset;
ON_wString m_scale_as_string;