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

BUG: SetValue() not completely implemented

parent 6950330c
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