qt: Default to 0:0 if bus is full
This commit is contained in:
@@ -705,6 +705,7 @@ void HarddiskDialog::on_comboBoxBus_currentIndexChanged(int index) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (chanIdx == 0xFF) chanIdx = 0;
|
||||||
ui->comboBoxChannel->setCurrentIndex(chanIdx);
|
ui->comboBoxChannel->setCurrentIndex(chanIdx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user