Disable payment accounts combobox so it is clear that it cannot be selected anymore

This commit is contained in:
Christoph Atteneder 2019-01-25 13:50:30 +01:00
parent dced3c1f4e
commit 8013aa2076
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -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);