* Fix for gutter line highlighting setting
This commit is contained in:
parent
3e6d6563f1
commit
580c290971
1 changed files with 1 additions and 0 deletions
|
|
@ -878,6 +878,7 @@ var Editor = function(renderer, session) {
|
|||
return;
|
||||
|
||||
this.renderer.setHighlightGutterLine(shouldHighlight);
|
||||
this.$highlightGutterLine = shouldHighlight;
|
||||
};
|
||||
|
||||
this.getHighlightGutterLine = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue