Skip to content

Commit 8450bf1

Browse files
committed
fix: fixed liveprog list parameters not displaying the current value
1 parent f6b8452 commit 8450bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interface/LiveprogSelectionWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ void LiveprogSelectionWidget::loadProperties(const QString& path)
213213
lbl->setText(prop->getDescription());
214214

215215
cbx->addItems(prop->getOptions());
216+
cbx->setCurrentIndex(prop->getValue());
216217
cbx->setProperty("isCustomEELProperty", true);
217218

218219
cbx->setObjectName(prop->getKey());

0 commit comments

Comments
 (0)