浏览代码

make Display Index combobox empty by default

Andrey Filipenkov 3 年之前
父节点
当前提交
36cbb2f605
共有 2 个文件被更改,包括 1 次插入8 次删除
  1. 0 1
      launcher/settingsView/csettingsview_moc.cpp
  2. 1 7
      launcher/settingsView/csettingsview_moc.ui

+ 0 - 1
launcher/settingsView/csettingsview_moc.cpp

@@ -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);
 	}

+ 1 - 7
launcher/settingsView/csettingsview_moc.ui

@@ -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">