mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
add clear to setStyleClass
This commit is contained in:
@@ -69,6 +69,7 @@ public class NotificationBar extends HBox {
|
||||
}
|
||||
|
||||
public void setStyleClass(String styleClass) {
|
||||
getStyleClass().clear();
|
||||
getStyleClass().add(styleClass);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user