summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBPicture.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m
index d713f631f..cf3ebfb50 100644
--- a/macosx/HBPicture.m
+++ b/macosx/HBPicture.m
@@ -463,6 +463,16 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification";
copy->_cropLeft = _cropLeft;
copy->_cropRight = _cropRight;
+ copy->_autoCropTop = _autoCropTop;
+ copy->_autoCropBottom = _autoCropBottom;
+ copy->_autoCropLeft = _autoCropLeft;
+ copy->_autoCropRight = _autoCropRight;
+
+ copy->_sourceWidth = _sourceWidth;
+ copy->_sourceHeight = _sourceHeight;
+ copy->_sourceParNum = _sourceParNum;
+ copy->_sourceParDen = _sourceParDen;
+
copy->_notificationsEnabled = _notificationsEnabled;
}