Skip to content
Snippets Groups Projects
Commit 35658928 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: remove default value for min max

parent 847e4842
No related branches found
No related tags found
1 merge request!107Various Issues Contrast Enhancement
This commit is part of merge request !107. Comments created here will be created in the context of that merge request.
...@@ -245,8 +245,8 @@ private: ...@@ -245,8 +245,8 @@ private:
"set by the user"); "set by the user");
AddParameter(ParameterType_Float , "minmax.manual.min" , "Minimum value"); AddParameter(ParameterType_Float , "minmax.manual.min" , "Minimum value");
AddParameter(ParameterType_Float , "minmax.manual.max" , "Maximum value"); AddParameter(ParameterType_Float , "minmax.manual.max" , "Maximum value");
SetDefaultParameterFloat("minmax.manual.min", 0 ); // SetDefaultParameterFloat("minmax.manual.min", 0 );
SetDefaultParameterFloat("minmax.manual.max", 255 ); // SetDefaultParameterFloat("minmax.manual.max", 255 );
MandatoryOff("minmax.manual.min"); MandatoryOff("minmax.manual.min");
MandatoryOff("minmax.manual.max"); MandatoryOff("minmax.manual.max");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment