diff options
author | sr55 <[email protected]> | 2014-01-02 12:30:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-01-02 12:30:30 +0000 |
commit | bef09e1019dcb45f69797c657ff39f74c08a3b89 (patch) | |
tree | 17521fbbee5a6b172754f5e069b09804f3c5fed7 /win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | |
parent | 15c345c23d8741a05c5124515adb3985e2b5ad5b (diff) |
WinGui: Fix a crash when updating the status display.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5948 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs index c45299e8e..9b95d0393 100644 --- a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs @@ -1200,6 +1200,7 @@ namespace HandBrakeWPF.ViewModels /// </summary>
private void UpdatePreviewImage()
{
+ return;
if (delayedPreviewprocessor != null)
{
delayedPreviewprocessor.PerformTask(() =>
|