mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
make Display Index combobox empty by default
This commit is contained in:
@@ -57,7 +57,6 @@ void CSettingsView::setDisplayList()
|
||||
else
|
||||
{
|
||||
int displayIndex = settings["video"]["displayIndex"].Integer();
|
||||
ui->comboBoxDisplayIndex->clear();
|
||||
ui->comboBoxDisplayIndex->addItems(list);
|
||||
ui->comboBoxDisplayIndex->setCurrentIndex(displayIndex);
|
||||
}
|
||||
|
@@ -417,13 +417,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="4">
|
||||
<widget class="QComboBox" name="comboBoxDisplayIndex">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>0</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
<widget class="QComboBox" name="comboBoxDisplayIndex"/>
|
||||
</item>
|
||||
<item row="7" column="1" colspan="4">
|
||||
<spacer name="spacerSections">
|
||||
|
Reference in New Issue
Block a user