mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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);
|
||||
|
||||
sortOptionsSelector = new QComboBox(this);
|
||||
sortOptionsSelector->setFocusPolicy(Qt::StrongFocus);
|
||||
sortOptionsSelector->addItems(SORT_OPTIONS);
|
||||
sortOptionsSelector->setCurrentIndex(SettingsCache::instance().getPrintingSelectorSortOrder());
|
||||
connect(sortOptionsSelector, &QComboBox::currentTextChanged, this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue