Skip to content

Commit 4dbaa12

Browse files
author
Bas Visscher
committed
Clear markers fix
1 parent cc01087 commit 4dbaa12

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

LogViewer/LogScopeMapper.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ private void Markers_ListChanged(object? sender, System.ComponentModel.ListChang
163163
}
164164
}
165165
break;
166+
case ListChangedType.Reset:
167+
_appContext.ScopeViewContext.Markers.Clear();
168+
break;
166169
}
167170
}
168171
}

NET_Library/FormsLib/Scope/ScopeController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void Clear()
2727
Markers.Clear();
2828
Labels.Clear();
2929
Traces.Clear();
30+
RedrawAll();
3031
}
3132

3233

0 commit comments

Comments
 (0)