mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
fix printing selector dropdown not working on mac (#5606)
This commit is contained in:
parent
287b4a5597
commit
8916e049bd
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ PrintingSelectorCardSortingWidget::PrintingSelectorCardSortingWidget(PrintingSel
|
||||||
sortToolBar = new QHBoxLayout(this);
|
sortToolBar = new QHBoxLayout(this);
|
||||||
|
|
||||||
sortOptionsSelector = new QComboBox(this);
|
sortOptionsSelector = new QComboBox(this);
|
||||||
|
sortOptionsSelector->setFocusPolicy(Qt::StrongFocus);
|
||||||
sortOptionsSelector->addItems(SORT_OPTIONS);
|
sortOptionsSelector->addItems(SORT_OPTIONS);
|
||||||
sortOptionsSelector->setCurrentIndex(SettingsCache::instance().getPrintingSelectorSortOrder());
|
sortOptionsSelector->setCurrentIndex(SettingsCache::instance().getPrintingSelectorSortOrder());
|
||||||
connect(sortOptionsSelector, &QComboBox::currentTextChanged, this,
|
connect(sortOptionsSelector, &QComboBox::currentTextChanged, this,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue