mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Disable payment accounts combobox so it is clear that it cannot be selected anymore
This commit is contained in:
parent
dced3c1f4e
commit
8013aa2076
1 changed files with 2 additions and 0 deletions
|
@ -411,6 +411,8 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel> extends
|
|||
|
||||
model.onShowPayFundsScreen();
|
||||
|
||||
paymentAccountsComboBox.setDisable(true);
|
||||
|
||||
editOfferElements.forEach(node -> {
|
||||
node.setMouseTransparent(true);
|
||||
node.setFocusTraversable(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue