mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:56:31 +00:00
fix editing non-timed annotations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.ComponentModel;
|
||||
using System.IO;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Media.Imaging;
|
||||
using Azaion.Annotator.Extensions;
|
||||
@@ -26,6 +27,7 @@ public class ThumbnailDto : INotifyPropertyChanged
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
public string ImageName => Path.GetFileName(ImagePath);
|
||||
|
||||
public void UpdateImage() => _image = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user