diff options
author | dynaflash <[email protected]> | 2010-08-05 16:45:00 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-08-05 16:45:00 +0000 |
commit | cf982f896f80ed72e3c046dee0af49d1a1f4c9e6 (patch) | |
tree | 2fe600a3a615cb07ddd34cfb86b6fe8ab2ecc050 /macosx/PictureController.h | |
parent | 254404475b82b21a5d49ee8c65f0df9e9937c0be (diff) |
MacGui: Disable preview hud controls during new source scans.
- Fixes a crash where trying to get a preview image when a new source is being loaded will cause a crash
- Mirrors enableUI in the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3471 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 96ea118ae..56dbe5f21 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -170,6 +170,8 @@ - (IBAction) resizeInspectorForTab: (id)sender; - (IBAction) showPreviewWindow: (id)sender; +- (void) enablePreviewHudControls; +- (void) disablePreviewHudControls; - (IBAction) adjustSizingDisplay: (id) sender; |