diff options
-rw-r--r-- | macosx/HBPreviewView.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreviewView.m b/macosx/HBPreviewView.m index 4e7d81ae1..21e27854b 100644 --- a/macosx/HBPreviewView.m +++ b/macosx/HBPreviewView.m @@ -190,6 +190,7 @@ - (void)layout { + [super layout]; // Set the picture size display fields below the Preview Picture NSSize imageSize = NSMakeSize(CGImageGetWidth(self.image), CGImageGetHeight(self.image)); |