Skip to content
Snippets Groups Projects
Commit 5ecdf10f authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: dismiss the activation of a numerical parameter when setting a value

parent a4610df4
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ public:
{
// TODO check minimum/maximum
m_Value = value;
SetActive(true);
//SetActive(true);
}
void SetValue( const std::string & valueStr )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment