mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Fix bug with selection of account combobox
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
114af3fef4
commit
1cbdf043cd
1 changed files with 1 additions and 2 deletions
|
@ -258,8 +258,7 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
|||
|
||||
currencyComboBox.getSelectionModel().select(model.getTradeCurrency());
|
||||
paymentAccountsComboBox.setItems(getPaymentAccounts());
|
||||
paymentAccountsComboBox.getSelectionModel().select(model.getPaymentAccount());
|
||||
|
||||
UserThread.execute(() -> paymentAccountsComboBox.getSelectionModel().select(model.getPaymentAccount()));
|
||||
onPaymentAccountsComboBoxSelected();
|
||||
|
||||
balanceTextField.setTargetAmount(model.getDataModel().totalToPayAsCoinProperty().get());
|
||||
|
|
Loading…
Add table
Reference in a new issue