Minor fix for init of adjust durations

This commit is contained in:
Nikolaj Olsson 2018-08-17 23:40:34 +02:00
parent 46cb5967a9
commit 82724b9785

View File

@ -89,6 +89,7 @@ namespace Nikse.SubtitleEdit.Forms
radioButtonFixed.Checked = true; radioButtonFixed.Checked = true;
break; break;
} }
FixEnabled();
} }
private void FixLargeFonts() private void FixLargeFonts()