Skip to content

Commit

Permalink
Minor code edit (remove unnecessary statements).
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Sep 5, 2015
1 parent a7689b6 commit 9408471
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public ParagraphText(Paragraph<S> par, BiConsumer<? super TextExt, S> applyStyle

// selection highlight
selectionShape.setManaged(false);
selectionShape.setVisible(true);
selectionShape.setFill(Color.DODGERBLUE);
selectionShape.setStrokeWidth(0);
selectionShape.layoutXProperty().bind(leftInset);
Expand Down Expand Up @@ -109,7 +108,6 @@ public ParagraphText(Paragraph<S> par, BiConsumer<? super TextExt, S> applyStyle

Path backgroundShape = new Path();
backgroundShape.setManaged(false);
backgroundShape.setVisible(true);
backgroundShape.setStrokeWidth(0);
backgroundShape.layoutXProperty().bind(leftInset);
backgroundShape.layoutYProperty().bind(topInset);
Expand Down

0 comments on commit 9408471

Please sign in to comment.