mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Minor fix for history
This commit is contained in:
parent
a0b3c98211
commit
006ebc58ed
@ -225,7 +225,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
comboBoxSubtitleFormats.SelectedIndex = index;
|
||||
if (oldIdx == comboBoxSubtitleFormats.SelectedIndex)
|
||||
{
|
||||
_makeHistoryPaused = true;
|
||||
ComboBoxSubtitleFormatsSelectedIndexChanged(null, null);
|
||||
_makeHistoryPaused = false;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user