mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Disable payment accounts combobox in pay funds screen
This commit is contained in:
parent
946d1ec13c
commit
d32ee388b7
1 changed files with 4 additions and 0 deletions
|
@ -484,6 +484,10 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
|
|||
|
||||
model.onShowPayFundsScreen();
|
||||
|
||||
paymentAccountsComboBox.setMouseTransparent(true);
|
||||
paymentAccountsComboBox.setDisable(true);
|
||||
paymentAccountsComboBox.setFocusTraversable(false);
|
||||
|
||||
amountTextField.setMouseTransparent(true);
|
||||
amountTextField.setDisable(false);
|
||||
amountTextField.setFocusTraversable(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue