Arbitration: do not select the rack after ending the turn

This commit is contained in:
Olivier Teulière 2012-04-22 22:49:36 +02:00
parent e87018a583
commit c3d4f9aa67

View file

@ -621,7 +621,6 @@ void ArbitrationWidget::endOfTurnRefresh()
// Give focus to the rack
lineEditRack->setFocus();
lineEditRack->selectAll();
}