In [itemChanged:] call [setNeedsDisplayForItemAtIndex:] so that

changes get redisplayed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2003-08-20 13:15:46 +00:00
parent 67d18e5444
commit f71df9baee

View file

@ -346,6 +346,7 @@ _addLeftBorderOffsetToRect(NSRect aRect)
// Mark the cell associated with the item as needing resizing.
[[_itemCells objectAtIndex: index] setNeedsSizing: YES];
[self setNeedsDisplayForItemAtIndex: index];
// Mark the menu view as needing to be resized.
[self setNeedsSizing: YES];