Skip to content

Commit

Permalink
remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 committed Jul 6, 2024
1 parent 19826c4 commit 905b753
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions IFME/frmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions IFME/frmMain.Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,13 +418,6 @@ private void Thread_InitializedTabs()

tabConfig.SelectedTab = tabConfigMediaInfo;

chkVideoDeInterlace.Checked = true;
chkVideoDeInterlace.Checked = false;
chkAdvTrim.Checked = true;
chkAdvTrim.Checked = false;
chkAdvCropAuto.Checked = true;
chkAdvCropAuto.Checked = false;

cboProfile.Focus();
cboProfile.SelectedIndex = cboProfile.Items.Count - 1;
});
Expand Down
4 changes: 0 additions & 4 deletions IFME/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -628,10 +628,6 @@ private void cboVideoEncoder_SelectedIndexChanged(object sender, EventArgs e)
if (cboVideoPixFmt.SelectedIndex == -1)
cboVideoPixFmt.SelectedIndex = 0;

var dei = temp.Video.Args.Pipe;
chkVideoDeInterlace.Enabled = dei;
grpVideoInterlace.Enabled = dei;

cboVideoPreset.Enabled = cboVideoPreset.Items.Count > 0;
cboVideoTune.Enabled = cboVideoTune.Items.Count > 0;

Expand Down

0 comments on commit 905b753

Please sign in to comment.