summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2009-02-12 19:33:11 +0000
committerjbrjake <[email protected]>2009-02-12 19:33:11 +0000
commit84df360837c6c9121e0e5b0029d1085d33ff8e96 (patch)
tree5dccfe0c924e2de87016dc440bcf917a4802890f /macosx
parentfa7bba1748ac6d8c1021c9009d1d183877d4f9a1 (diff)
MacGui: Oops, only trellis can hide psy-trellis now so it has to hide when sender is trellis.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2150 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBAdvancedController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAdvancedController.m b/macosx/HBAdvancedController.m
index ac0e0a5df..c117bf91e 100644
--- a/macosx/HBAdvancedController.m
+++ b/macosx/HBAdvancedController.m
@@ -579,7 +579,7 @@
[[fX264optPsyTrellisSlider animator] setHidden:YES];
[[fX264optPsyTrellisLabel animator] setHidden:YES];
[[fX264optPsyTrellisSlider animator] setFloatValue:0];
- if ( (sender != fX264optTrellisPopUp) && (sender != fX264optPsyTrellisSlider) )
+ if (sender != fX264optPsyTrellisSlider )
{
[[fX264optPsyTrellisSlider cell] performClick:self];
}