mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Fix for play/pause button and vlc
This commit is contained in:
parent
b584224a36
commit
cbaed76bb6
@ -962,6 +962,8 @@ namespace Nikse.SubtitleEdit.Logic.VideoPlayers
|
||||
_mouseTimer = new Timer { Interval = 25 };
|
||||
_mouseTimer.Tick += MouseTimerTick;
|
||||
_mouseTimer.Start();
|
||||
|
||||
VideoFileName = videoFileName;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user