show filename for dataset explorer view

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-29 17:52:00 +03:00
parent 3a6ed60ea0
commit 429b39ee32
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -197,6 +197,7 @@ public partial class DatasetExplorer
var ann = CurrentAnnotation.Annotation;
var image = await ann.ImagePath.OpenImage();
ExplorerEditor.SetBackground(image);
SelectedAnnotationName.Text = ann.Name;
SwitchTab(toEditor: true);
ExplorerEditor.RemoveAllAnns();