Minor oversight fixed.

This commit is contained in:
Doublestrike
2012-01-30 10:51:30 +00:00
parent 3a86a64fce
commit 81aadc8ecf

View File

@@ -447,8 +447,6 @@ public class ViewQuest extends JScrollPane {
selectedOpponent = (SelectablePanel) pnlChallenges.getComponent(0); selectedOpponent = (SelectablePanel) pnlChallenges.getComponent(0);
selectedOpponent.setBackground(skin.getColor(FSkin.Colors.CLR_ACTIVE)); selectedOpponent.setBackground(skin.getColor(FSkin.Colors.CLR_ACTIVE));
} }
System.out.println(verticalScrollBar.getValue() + " challenges asdf");
} }
/** Display handler for decks tab click. */ /** Display handler for decks tab click. */