diff options
author | Damiano Galassi <[email protected]> | 2016-01-15 19:44:27 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-15 19:44:27 +0100 |
commit | 6ad1d603b266319d97a69fd53dcf3eeab88bde63 (patch) | |
tree | 092ff4ace3b65fe81c16b4f37a6f7d86cd81ee47 /macosx/HBPictureController.h | |
parent | ea41fc2983591d73e1aa6d817f646bf5679060b7 (diff) |
MacGui: pass the main window undomanager to the preview window.
Diffstat (limited to 'macosx/HBPictureController.h')
-rw-r--r-- | macosx/HBPictureController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPictureController.h b/macosx/HBPictureController.h index 1901420a5..577937dfd 100644 --- a/macosx/HBPictureController.h +++ b/macosx/HBPictureController.h @@ -11,5 +11,6 @@ @interface HBPictureController : NSWindowController <NSWindowDelegate> @property (nonatomic, readwrite, strong) HBPicture *picture; +@property (nonatomic, readwrite, assign) NSWindowController *previewController; @end |