mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:56:30 +00:00
make right annotation list more vivid
fix creation new anns bug
This commit is contained in:
@@ -47,7 +47,7 @@ public partial class DatasetExplorer
|
||||
Loaded += async (_, _) =>
|
||||
{
|
||||
AllAnnotationClasses = new ObservableCollection<AnnotationClass>(
|
||||
new List<AnnotationClass> { new(-1, "All") }
|
||||
new List<AnnotationClass> { new() {Id = -1, Name = "All", ShortName = "All"}}
|
||||
.Concat(_config.AnnotationClasses));
|
||||
LvClasses.ItemsSource = AllAnnotationClasses;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user