mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:06:30 +00:00
add offset
fixes add visual validation border and validate functionality
This commit is contained in:
@@ -26,7 +26,7 @@ public class AnnotatorEventHandler(
|
||||
:
|
||||
INotificationHandler<KeyEvent>,
|
||||
INotificationHandler<AnnClassSelectedEvent>,
|
||||
INotificationHandler<PlaybackControlEvent>,
|
||||
INotificationHandler<AnnotatorControlEvent>,
|
||||
INotificationHandler<VolumeChangedEvent>
|
||||
{
|
||||
private const int STEP = 20;
|
||||
@@ -105,7 +105,7 @@ public class AnnotatorEventHandler(
|
||||
#endregion
|
||||
}
|
||||
|
||||
public async Task Handle(PlaybackControlEvent notification, CancellationToken cancellationToken = default)
|
||||
public async Task Handle(AnnotatorControlEvent notification, CancellationToken cancellationToken = default)
|
||||
{
|
||||
await ControlPlayback(notification.PlaybackControl, cancellationToken);
|
||||
mainWindow.VideoView.Focus();
|
||||
|
||||
Reference in New Issue
Block a user