Skip to content

Commit

Permalink
Fix bug with removeDefaultCSS()
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcoral committed May 3, 2019
1 parent 4c85ef1 commit e95e36a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ public Delta getWindowedPositon() {
* Removes the default css style of the corners
*/
public void removeDefaultCSS() {

((Parent) this.root.getChildren().get(0)).getStylesheets().remove(0);

this.root.getStylesheets().remove(0);
}

/**
Expand Down

0 comments on commit e95e36a

Please sign in to comment.