mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
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:
parent
a497bd0aa6
commit
eee3f0c60b
2 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -547,6 +547,7 @@ static NSImage *_pbc_image[5];
|
|||
int i = [object intValue];
|
||||
|
||||
[self selectItemAtIndex: i];
|
||||
[self synchronizeTitleAndSelectedItem];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue