diff options
author | Damiano Galassi <[email protected]> | 2020-06-12 18:27:47 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-06-12 18:27:47 +0200 |
commit | 9d0d52685fa68f5186234b55d09ec761127a9909 (patch) | |
tree | 66fd649a663e12b3ede029eee5217b75106e998e | |
parent | 9c359e81ae7cacb19772962ba2c8bce3358705f9 (diff) |
MacGui: remove an outdated comment.
-rw-r--r-- | macosx/HBPreviewView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewView.m b/macosx/HBPreviewView.m index 21e27854b..3c4ea6e9f 100644 --- a/macosx/HBPreviewView.m +++ b/macosx/HBPreviewView.m @@ -191,7 +191,7 @@ - (void)layout { [super layout]; - // Set the picture size display fields below the Preview Picture + NSSize imageSize = NSMakeSize(CGImageGetWidth(self.image), CGImageGetHeight(self.image)); if (imageSize.width > 0 && imageSize.height > 0) |