mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Fixes issue 3899 - issue not yet reproduced but structured code to (#3920)
prevent occurrence of issue.
This commit is contained in:
parent
02e7448bda
commit
f2202736da
1 changed files with 2 additions and 0 deletions
|
@ -854,6 +854,8 @@ public class ProposalsView extends ActivatableView<GridPane, Void> implements Bs
|
|||
iconButton.setStyle("-fx-cursor: default;");
|
||||
}
|
||||
setGraphic(iconButton);
|
||||
} else {
|
||||
setGraphic(null);
|
||||
}
|
||||
} else {
|
||||
setGraphic(null);
|
||||
|
|
Loading…
Add table
Reference in a new issue