summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/HBPreviewController.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m
index ba664059b..093c1058c 100644
--- a/macosx/HBPreviewController.m
+++ b/macosx/HBPreviewController.m
@@ -1257,10 +1257,11 @@
[fPictureSlider setIntegerValue:fPicture < [fPictureSlider maxValue] ? fPicture + 1 : fPicture];
[self pictureSliderChanged:self];
}
- [super keyDown:event];
+ else
+ [super keyDown:event];
}
-
- [super keyDown:event];
+ else
+ [super keyDown:event];
}
#pragma mark *** QTTime Utilities ***