summaryrefslogtreecommitdiffstats
path: root/macosx/HBPictureController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-01-15 19:44:27 +0100
committerDamiano Galassi <[email protected]>2016-01-15 19:44:27 +0100
commit6ad1d603b266319d97a69fd53dcf3eeab88bde63 (patch)
tree092ff4ace3b65fe81c16b4f37a6f7d86cd81ee47 /macosx/HBPictureController.h
parentea41fc2983591d73e1aa6d817f646bf5679060b7 (diff)
MacGui: pass the main window undomanager to the preview window.
Diffstat (limited to 'macosx/HBPictureController.h')
-rw-r--r--macosx/HBPictureController.h1
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