mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
fix editing annotation
This commit is contained in:
@@ -75,6 +75,8 @@ public partial class MainWindow
|
||||
Directory.CreateDirectory(_config.ResultsDirectory);
|
||||
|
||||
Editor.GetTimeFunc = () => TimeSpan.FromMilliseconds(_mediaPlayer.Time);
|
||||
|
||||
Activated += (_, _) => { _formState.ActiveWindow = WindowsEnum.Main; };
|
||||
}
|
||||
|
||||
private void VideoView_Loaded(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user