mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:16:30 +00:00
show filename for dataset explorer view
This commit is contained in:
@@ -94,6 +94,7 @@ public class DatasetExplorerEventHandler(
|
||||
break;
|
||||
case PlaybackControlEnum.Close:
|
||||
datasetExplorer.SwitchTab(toEditor: false);
|
||||
datasetExplorer.SelectedAnnotationName.Text = "";
|
||||
break;
|
||||
case PlaybackControlEnum.ValidateAnnotations:
|
||||
var annotations = datasetExplorer.ThumbnailsView.SelectedItems.Cast<AnnotationThumbnail>()
|
||||
|
||||
Reference in New Issue
Block a user