Skip to content

Commit d92a3c7

Browse files
committed
Make highlighting current line number option off by default
1 parent d0d31de commit d92a3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeview/src/main/java/com/amrdeveloper/codeview/CodeView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class CodeView extends AppCompatMultiAutoCompleteTextView implements Find
9191
// Highlighting current line options
9292
private Rect lineBounds;
9393
private Paint highlightLinePaint;
94-
private boolean enableHighlightCurrentLine = true;
94+
private boolean enableHighlightCurrentLine = false;
9595
private final static int LINE_HIGHLIGHT_DEFAULT_COLOR = Color.DKGRAY;
9696

9797
// Indentations options

0 commit comments

Comments
 (0)