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

ENH: turning AutomaticValue to Off when a UserValue is set (need to be done in the other params)

parent b936e768
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ void QtWidgetIntParameter::SetValue(int value)
{
m_IntParam->SetValue(value);
m_IntParam->SetUserValue(true);
m_IntParam->SetAutomaticValue(false);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment