mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
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:
parent
67d18e5444
commit
f71df9baee
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue