mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 17:16:53 -04:00
clear styleclass of icon view when content of ResultSeverityCell changes.
This commit is contained in:
@@ -17,6 +17,7 @@ public class ResultSeverityTableCell extends TableCell<DiagnosticResultAction, D
|
||||
@Override
|
||||
protected void updateItem(DiagnosticResult.Severity item, boolean empty) {
|
||||
super.updateItem(item, empty);
|
||||
iconView.getStyleClass().clear();
|
||||
if (empty || item == null) {
|
||||
setText(null);
|
||||
setGraphic(null);
|
||||
|
||||
Reference in New Issue
Block a user