X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d96f4c2ccb2399470f029aeb3f7957b7fe4aab06..ef4f5a3e753596396e93ba33b7e2ab5e8b53c5d8:/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