fix printing selector dropdown not working on mac (#5606)

This commit is contained in:
RickyRister
2025-02-10 20:42:31 -08:00
committed by GitHub
parent 287b4a5597
commit 8916e049bd

View File

@@ -22,6 +22,7 @@ PrintingSelectorCardSortingWidget::PrintingSelectorCardSortingWidget(PrintingSel
sortToolBar = new QHBoxLayout(this);
sortOptionsSelector = new QComboBox(this);
sortOptionsSelector->setFocusPolicy(Qt::StrongFocus);
sortOptionsSelector->addItems(SORT_OPTIONS);
sortOptionsSelector->setCurrentIndex(SettingsCache::instance().getPrintingSelectorSortOrder());
connect(sortOptionsSelector, &QComboBox::currentTextChanged, this,