diff options
author | ritsuka <[email protected]> | 2015-04-17 12:34:52 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-04-17 12:34:52 +0000 |
commit | db6ef00503a7828e3976c379da7eb0f9d06232c4 (patch) | |
tree | 9f4001342ed5a1f34b6c6f446562999f51ccec84 /macosx/HBPictureController.m | |
parent | 1230d350f358f4d603582da57e15bcade7f7c684 (diff) |
MacGui: update the UI correctly for custom denoise preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7090 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPictureController.m')
-rw-r--r-- | macosx/HBPictureController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPictureController.m b/macosx/HBPictureController.m index ba6dc9a24..9548184ba 100644 --- a/macosx/HBPictureController.m +++ b/macosx/HBPictureController.m @@ -179,7 +179,7 @@ static void *HBPictureControllerContext = &HBPictureControllerContext; for (NSView *view in uiElements) [view setHidden:NO]; - if ([self.filters.denoisePreset isEqualToString:@"none"]) + if ([self.filters.denoisePreset isEqualToString:@"custom"]) { [fDenoiseTuneLabel setHidden:YES]; [fDenoiseTunePopUp setHidden:YES]; |