[bisq-network/bisq] Not disable the payment account selection in take offer screen (#2315)

Christoph Atteneder notifications at github.com
Fri Jan 25 14:05:25 UTC 2019


ripcurlx commented on this pull request.



> @@ -484,10 +484,6 @@ private void onShowPayFundsScreen() {
 
         model.onShowPayFundsScreen();
 

If the DAO is activated there is the additional step where you select the trade fee currency (BTC or BSQ), so there is no need to be able to switch the payment account also in the show funds screen. Before the DAO, you switch directly to the Pay Funds screen if there is no range to choose from, so it wouldn't be possible to switch to another payment account. That's why I needed to add this check.
```
if (DevEnv.isDaoActivated()) {
            paymentAccountsComboBox.setMouseTransparent(true);
            paymentAccountsComboBox.setDisable(true);
            paymentAccountsComboBox.setFocusTraversable(false);
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2315#discussion_r250995007
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190125/8ab4ea1f/attachment.html>


More information about the bisq-github mailing list