Minor fix for history

This commit is contained in:
Nikolaj Olsson 2021-04-16 15:35:34 +02:00
parent a0b3c98211
commit 006ebc58ed

View File

@ -225,7 +225,9 @@ namespace Nikse.SubtitleEdit.Forms
comboBoxSubtitleFormats.SelectedIndex = index;
if (oldIdx == comboBoxSubtitleFormats.SelectedIndex)
{
_makeHistoryPaused = true;
ComboBoxSubtitleFormatsSelectedIndexChanged(null, null);
_makeHistoryPaused = false;
}
return;
}