mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
show filename for dataset explorer view
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user