Skip to content

Commit

Permalink
Update to prevent CSS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Nov 25, 2020
1 parent 6e2b17a commit e18da61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ public Node apply(int idx) {
if ( isFoldedCheck != null )
{
Label foldIndicator = new Label( " " );
foldIndicator.setTextFill( DEFAULT_TEXT_FILL ); // Prevents CSS errors

lineNo.setContentDisplay( ContentDisplay.RIGHT );
lineNo.setGraphic( foldIndicator );

Expand Down

0 comments on commit e18da61

Please sign in to comment.