fixed stupid typo.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wim 2003-03-22 17:11:18 +00:00
parent d0b49085b6
commit a163a5992a

View file

@ -522,7 +522,7 @@ _addLeftBorderOffsetToRect(NSRect aRect, BOOL isHorizontal)
if (![_menu _ownedByPopUp] && _titleView)
{
menuBarHeight = [[self class] menuBarHeight];
neededStateImageWidth = [_titleView titleSize].width;
neededImageAndTitleWidth = [_titleView titleSize].width;
}
else
{