Archived
0

fix reset total balance and profit when price is changing

This commit is contained in:
iMoHax
2014-08-11 16:10:46 +04:00
parent 48a81522e0
commit 592b089d11

View File

@@ -111,6 +111,8 @@ public class RoutersController {
public void removeAll(){
tblOrders.getItems().clear();
totalBalance.setValue(balance.getValue());
totalProfit.setValue(0);
}