1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 05:15:18 +03:00

[Companion] ComboBox for audio / scripts list was not cleared before all

itemps inserted
This commit is contained in:
bsongis 2015-07-18 18:04:44 +02:00
parent 90ebaf2d88
commit 654dac1acc

View file

@ -97,6 +97,7 @@ void populateGvSourceCB(QComboBox *b, int value)
void populateFileComboBox(QComboBox * b, const QSet<QString> & set, const QString & current)
{
b->clear();
b->addItem("----");
bool added = false;