Fixes issue 3899 - issue not yet reproduced but structured code to (#3920)

prevent occurrence of issue.
This commit is contained in:
niyid 2020-01-29 11:36:41 +01:00 committed by GitHub
parent 02e7448bda
commit f2202736da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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