Skip to content
Snippets Groups Projects
Commit 690355f4 authored by Julien Michel's avatar Julien Michel
Browse files

Merge branch 'rfc71-addendum' into develop

parents 69a07cdc d57bb9a3
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,9 @@ ListViewParameter::GetNbChoices( void )
void
ListViewParameter::SetValue(unsigned int v)
{
std::vector<int> selectedItems(1,v);
m_CurrentChoice = v;
this->SetSelectedItems(selectedItems);
SetActive(true);
// Call Modified();
this->Modified();
......
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