Sorting stones on hand now sets the view to display the appropriate
row git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@558 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
82d69635a8
commit
fd378778d1
1 changed files with 2 additions and 1 deletions
|
@ -251,6 +251,7 @@ public class HumanTurnControl extends AbstractTurnControl {
|
|||
}
|
||||
|
||||
view.getHandPanel().setStones(turnInfo.getHand());
|
||||
view.getHandPanel().resetCurrentRow();
|
||||
}
|
||||
|
||||
private void sortByRuns() {
|
||||
|
|
Reference in a new issue