diff options
author | ritsuka <[email protected]> | 2015-04-07 16:14:30 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-04-07 16:14:30 +0000 |
commit | 13d0d1d579a7e56ac2e2978994e3f0e74d324bba (patch) | |
tree | 557b0bc93f0d4c42028ae5c3a6cd80989b52fbfa /macosx/HBPictureController.h | |
parent | 3f537cb97206f609c62867b32f262dd716b8df31 (diff) |
MacGui: changed the Preview Window and Picture Panel behaviour to avoid the hide and show thing when loading a new title, now they can always be opened even if no title is loaded.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPictureController.h')
-rw-r--r-- | macosx/HBPictureController.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/macosx/HBPictureController.h b/macosx/HBPictureController.h index 6efbcbe5b..1460fa9e2 100644 --- a/macosx/HBPictureController.h +++ b/macosx/HBPictureController.h @@ -9,19 +9,11 @@ @class HBFilters; @class HBPicture; -@protocol HBPictureControllerDelegate <NSObject> - -- (IBAction)showPreviewWindow:(id)sender; - -@end - @interface HBPictureController : NSWindowController <NSWindowDelegate> @property (nonatomic, readwrite, strong) HBFilters *filters; @property (nonatomic, readwrite, strong) HBPicture *picture; -@property (nonatomic, readwrite, unsafe_unretained) id <HBPictureControllerDelegate> delegate; - -- (void)showPictureWindow; +@property (nonatomic, readwrite, unsafe_unretained) NSWindowController *previewWindow; @end |