Michael Seibt
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
Project/Src/Document/MarkerStrategy/MarkerStrategy.cs
|
|
@ -34,7 +34,7 @@ namespace ICSharpCode.TextEditor.Document |
|
|
|
textMarker.Add(item); |
|
|
|
} |
|
|
|
|
|
|
|
public void AddMarker(IList<TextMarker> items) |
|
|
|
public void AddMarkers(IEnumerable<TextMarker> items) |
|
|
|
{ |
|
|
|
markersTable.Clear(); |
|
|
|
textMarker.AddRange(items); |
|
|
|