We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2b17a commit e18da61Copy full SHA for e18da61
1 file changed
richtextfx/src/main/java/org/fxmisc/richtext/LineNumberFactory.java
@@ -113,6 +113,8 @@ public Node apply(int idx) {
113
if ( isFoldedCheck != null )
114
{
115
Label foldIndicator = new Label( " " );
116
+ foldIndicator.setTextFill( DEFAULT_TEXT_FILL ); // Prevents CSS errors
117
+
118
lineNo.setContentDisplay( ContentDisplay.RIGHT );
119
lineNo.setGraphic( foldIndicator );
120
0 commit comments