We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122df99 commit 679ce0aCopy full SHA for 679ce0a
Src/USaveSourceDlg.pas
@@ -495,6 +495,8 @@ procedure TSaveSourceDlg.DoTypeChange;
495
fCmbEncoding.ItemIndex := IndexOfEncodingType(fSelectedEncoding);
496
if fCmbEncoding.ItemIndex = -1 then
497
fCmbEncoding.ItemIndex := 0;
498
+ fCmbEncoding.Enabled := fCmbEncoding.Items.Count > 1;
499
+ fLblEncoding.Enabled := fCmbEncoding.Enabled;
500
DoEncodingChange;
501
502
inherited;
0 commit comments