X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/8c8ad0b57aee475a9b03939aa932d96610587c25..7eff668a73d0965a793c7956d9553f539ca30f65:/StatusWindow.m diff --git a/StatusWindow.m b/StatusWindow.m index ca12378..a2a223a 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -53,7 +53,7 @@ imageHeight = [image size].height; // Iterate over each line to get text width and height - while ( oneLine = [lineEnum nextObject] ) { + while ( (oneLine = [lineEnum nextObject]) ) { // Get the width of one line, adding 8.0 because Apple sucks donkey rectum. float oneLineWidth = ( [oneLine sizeWithAttributes:attr].width + 8.0 ); // Add the height of this line to the total text height