diff options
author | sr55 <[email protected]> | 2013-06-06 20:12:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-06 20:12:39 +0000 |
commit | bf71f7590e716bee6bc944db9084c8237610f7f5 (patch) | |
tree | e6203019852fb445806df446ba4f0620af4798ff /win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs | |
parent | 357f940f74b0b110b24770bafc752ff588f47f69 (diff) |
WinGui: Better keyboard navigation in the GUI. Added an encode progress bar back in.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5570 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs index 0df0c47a9..a59c9c32f 100644 --- a/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs @@ -951,7 +951,6 @@ namespace HandBrakeWPF.ViewModels width = 720;
}
- // TODO figure out what is wrong with this??
return HandBrakeUtils.CreateX264OptionsString(preset, tunes, this.ExtraArguments, profile, this.H264Level, width, height);
}
|