Added App::PropertyPrecision

The purpose of this property and the associated property item is to
properly display floating value of many decimal points, such as
Precision::Confusion()
This commit is contained in:
Zheng, Lei
2017-03-10 04:40:44 +08:00
committed by Yorik van Havre
parent c14a588264
commit 18a7e73bf6
6 changed files with 59 additions and 0 deletions

View File

@@ -1177,6 +1177,7 @@ void Application::initTypes(void)
App ::PropertyFloat ::init();
App ::PropertyFloatList ::init();
App ::PropertyFloatConstraint ::init();
App ::PropertyPrecision ::init();
App ::PropertyQuantity ::init();
App ::PropertyQuantityConstraint::init();
App ::PropertyAngle ::init();