Changeset 437 in flair-src for trunk/lib/FlairCore/src/Vector3DSpinBox.h
- Timestamp:
- 08/24/21 17:33:19 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Vector3DSpinBox.h
r199 r437 43 43 */ 44 44 Vector3DSpinBox(const LayoutPosition *position, std::string name, double min, 45 double max, double step, int decimals = 2,45 double max, double step, uint16_t decimals = 2, 46 46 core::Vector3Df default_value = core::Vector3Df(0, 0, 0)); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.