We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b8452 commit 8450bf1Copy full SHA for 8450bf1
src/interface/LiveprogSelectionWidget.cpp
@@ -213,6 +213,7 @@ void LiveprogSelectionWidget::loadProperties(const QString& path)
213
lbl->setText(prop->getDescription());
214
215
cbx->addItems(prop->getOptions());
216
+ cbx->setCurrentIndex(prop->getValue());
217
cbx->setProperty("isCustomEELProperty", true);
218
219
cbx->setObjectName(prop->getKey());
0 commit comments