mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Mac fixes
This commit is contained in:
parent
b33b3778f0
commit
c4bd38dbdc
5 changed files with 14 additions and 10 deletions
|
|
@ -395,7 +395,7 @@ void WndDeckEditor::actPrintDeck()
|
|||
|
||||
void WndDeckEditor::actEditSets()
|
||||
{
|
||||
WndSets *w = new WndSets(this);
|
||||
WndSets *w = new WndSets;
|
||||
w->setWindowModality(Qt::WindowModal);
|
||||
w->show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue