Synchronise the title of a popup cell, when setting its object value.

This resolves an issue in SimpleAgenda. Perhaps this call needs to be
moved into one of the selection methods.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-02-24 09:32:35 +00:00
parent a497bd0aa6
commit eee3f0c60b
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2010-02-24 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSPopUpButtonCell.m (-setObjectValue:): Synchronise the title.
2010-02-24 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSBrowser.m,

View file

@ -547,6 +547,7 @@ static NSImage *_pbc_image[5];
int i = [object intValue];
[self selectItemAtIndex: i];
[self synchronizeTitleAndSelectedItem];
}
}