mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
add clear to setStyleClass
This commit is contained in:
parent
f22111e36f
commit
16e77d4b9b
@ -69,6 +69,7 @@ public class NotificationBar extends HBox {
|
||||
}
|
||||
|
||||
public void setStyleClass(String styleClass) {
|
||||
getStyleClass().clear();
|
||||
getStyleClass().add(styleClass);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user