Added support for fractional inch user setting.

This commit is contained in:
hokieengr
2018-09-15 18:10:05 -04:00
committed by wmayer
parent b102e15569
commit 77060a75a6
5 changed files with 28 additions and 5 deletions

View File

@@ -44,6 +44,10 @@
using namespace Base;
// ====== Static attributes =========================
int QuantityFormat::defaultDenominator = 8; // for 1/8"
QuantityFormat::QuantityFormat()
: option(static_cast<NumberOption>(OmitGroupSeparator | RejectGroupSeparator))
, format(Fixed)