mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
[ImportText] - Minor refact.
This commit is contained in:
parent
1c6bd537c2
commit
1fe034cbdc
@ -122,14 +122,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
if (_refreshTimer.Enabled)
|
||||
{
|
||||
_refreshTimer.Stop();
|
||||
_refreshTimer.Start();
|
||||
}
|
||||
else
|
||||
{
|
||||
_refreshTimer.Start();
|
||||
}
|
||||
_refreshTimer.Start();
|
||||
}
|
||||
|
||||
private void GeneratePreviewReal()
|
||||
|
Loading…
Reference in New Issue
Block a user