Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
9a47c4ed
Commit
9a47c4ed
authored
May 28, 2019
by
Emmanuel Promayon
Browse files
Merge branch '86-camitk-property-of-type-double-limited-to-int-limits' into 'develop'
Resolve "CamiTK property of type double limited to int limits" Closes
#86
See merge request
!114
parents
fd44eb81
74d4a16d
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
sdk/libraries/qtpropertybrowser/src/qtpropertymanager.cpp
View file @
9a47c4ed
...
...
@@ -942,8 +942,8 @@ public:
struct
Data
{
Data
()
{}
double
val
{
0
};
double
minVal
{
-
INT
_MAX
};
double
maxVal
{
INT
_MAX
};
double
minVal
{
-
DBL
_MAX
};
double
maxVal
{
DBL
_MAX
};
double
singleStep
{
1
};
int
decimals
{
2
};
bool
readOnly
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment