mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 13:01:39 +01:00
Fix checkbox checked states not being saved
This commit is contained in:
parent
cf6248c91b
commit
a406e56ed9
@ -291,6 +291,10 @@ namespace Nikse.SubtitleEdit.Forms.BeautifyTimeCodes
|
||||
};
|
||||
timeCodesBeautifier.Beautify();
|
||||
|
||||
// Re-enable group boxes, otherwise child controls are also disabled, and we need their original state for the checks below
|
||||
groupBoxTimeCodes.Enabled = true;
|
||||
groupBoxShotChanges.Enabled = true;
|
||||
|
||||
// Save settings
|
||||
Configuration.Settings.BeautifyTimeCodes.AlignTimeCodes = checkBoxAlignTimeCodes.Checked;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user