Skip to content

Commit c9e3ea9

Browse files
committed
implemented #3 Fix of line count
1 parent 82e9919 commit c9e3ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax-view/src/main/java/net/cryptobrewery/syntaxview/SyntaxView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ public void setRowNumbersBgColor (String color) throws Error{
281281

282282
public void setFont(Typeface tf){
283283
code.setTypeface(tf);
284+
rows.setTypeface(tf);
284285
}
285286

286287
}

0 commit comments

Comments
 (0)