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
Branches
Tags
No related merge requests found
...@@ -111,7 +111,9 @@ ListViewParameter::GetNbChoices( void ) ...@@ -111,7 +111,9 @@ ListViewParameter::GetNbChoices( void )
void void
ListViewParameter::SetValue(unsigned int v) ListViewParameter::SetValue(unsigned int v)
{ {
std::vector<int> selectedItems(1,v);
m_CurrentChoice = v; m_CurrentChoice = v;
this->SetSelectedItems(selectedItems);
SetActive(true); SetActive(true);
// Call Modified(); // Call Modified();
this->Modified(); this->Modified();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment