Removed "always on top" from drafting process.

This commit is contained in:
Doublestrike
2012-03-09 03:43:59 +00:00
parent 23e4b22b2a
commit 5881a6ebde

View File

@@ -388,6 +388,5 @@ public class DraftingProcess extends DeckEditorBase<CardPrinted, DeckGroup> {
this.getBottomTableWithCards().sort(1, true); this.getBottomTableWithCards().sort(1, true);
this.setVisible(true); this.setVisible(true);
this.setAlwaysOnTop(true);
} }
} }