Added support for fractional inch user setting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user