Skip to content

Commit

Permalink
Only show the margin if the selection margin is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Feb 6, 2013
1 parent 74a53ac commit 4ac5037
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Diff/DiffMargin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ public bool Enabled
{
get
{
ThrowIfDisposed();
return true;
return _textView.Options.IsSelectionMarginEnabled();
}
}

Expand Down

0 comments on commit 4ac5037

Please sign in to comment.