Changeset 437 in flair-src for trunk/lib/FlairCore/src/Vector3DSpinBox.cpp
- Timestamp:
- 08/24/21 17:33:19 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Vector3DSpinBox.cpp
r167 r437 26 26 Vector3DSpinBox::Vector3DSpinBox(const LayoutPosition *position, string name, 27 27 double min, double max, double step, 28 int decimals, core::Vector3Df default_value)28 uint16_t decimals, core::Vector3Df default_value) 29 29 : Box(position, name, "Vector3DSpinBox") { 30 30 // update value from xml file
Note:
See TracChangeset
for help on using the changeset viewer.