summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewGenerator.m')
-rw-r--r--macosx/HBPreviewGenerator.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBPreviewGenerator.m b/macosx/HBPreviewGenerator.m
index 5c9f2a788..3608060ce 100644
--- a/macosx/HBPreviewGenerator.m
+++ b/macosx/HBPreviewGenerator.m
@@ -95,6 +95,11 @@
[self.picturePreviews removeAllObjects];
}
+- (CGSize)imageSize
+{
+ return CGSizeMake(self.job.picture.displayWidth, self.job.picture.height);
+}
+
- (void) imagesSettingsDidChange
{
[self.delegate reloadPreviews];