Skip to content
Snippets Groups Projects
Commit 4b77b73e authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent d7117598
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ void QtWidgetStringListParameter::DoUpdateGUI()
QtStringSelectionWidget * stringSelection = new QtStringSelectionWidget();
stringSelection->setFixedHeight( 30 );
QString val(m_StringListParam->GetNthElement(i).c_str());
stringSelection->GetInput()->setText( m_StringListParam->GetNthElement(i).c_str() );//val );
stringSelection->GetInput()->setText( m_StringListParam->GetNthElement(i).c_str() ); //val );
m_StringLayout->addWidget( stringSelection );
m_LineEditList.push_back(stringSelection);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment