Mac fixes

This commit is contained in:
a b 2011-09-27 22:33:45 +02:00
parent b33b3778f0
commit c4bd38dbdc
5 changed files with 14 additions and 10 deletions

View file

@ -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();
}