mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Remove automatic setting of first currency from combobox
This commit is contained in:
parent
e2c8e4dff6
commit
69fcf9f255
2 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ public class AmazonGiftCardForm extends PaymentMethodForm {
|
|||
public void addTradeCurrency() {
|
||||
addTradeCurrencyComboBox();
|
||||
currencyComboBox.setItems(FXCollections.observableArrayList(CurrencyUtil.getAllAmazonGiftCardCurrencies()));
|
||||
currencyComboBox.getSelectionModel().select(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -54,7 +54,6 @@ public class PerfectMoneyForm extends GeneralAccountNumberForm {
|
|||
public void addTradeCurrency() {
|
||||
addTradeCurrencyComboBox();
|
||||
currencyComboBox.setItems(FXCollections.observableArrayList(new FiatCurrency("USD"), new FiatCurrency("EUR")));
|
||||
currencyComboBox.getSelectionModel().select(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue