فهرست منبع

Entries in styleCombobox sorted

sorting the model after adding the entries.
Felix Turo 4 سال پیش
والد
کامیت
c7e85bc1f1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/gui/widgets/settingswidget.cpp

+ 1 - 0
src/gui/widgets/settingswidget.cpp

@@ -72,6 +72,7 @@ void SettingsWidget::setupComboBoxes(){
         for (const auto &style_sheet_name : AStyle::styleSheets) {
             ui->styleComboBox->addItem(style_sheet_name.first);
         }
+        ui->styleComboBox->model()->sort(0);
 
         // Approach Combo Box
         const QSignalBlocker blocker_approach(ui->approachComboBox);