Skip to content

Commit

Permalink
Not disable the payment account selection in take offer screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Jan 24, 2019
1 parent 852a1df commit 8f78e82
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,6 @@ private void onShowPayFundsScreen() {

model.onShowPayFundsScreen();

paymentAccountsComboBox.setMouseTransparent(true);
paymentAccountsComboBox.setDisable(true);
paymentAccountsComboBox.setFocusTraversable(false);

amountTextField.setMouseTransparent(true);
amountTextField.setDisable(false);
amountTextField.setFocusTraversable(false);
Expand Down

0 comments on commit 8f78e82

Please sign in to comment.