mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
2005-01-24 16:57 Alexander Malmberg <alexander@malmberg.org>
* Source/NSPopUpButtonCell.m (-synchronizeTitleAndSelectedItem): For non-pulldowns, make sure the selected item and the highlighted item are the same. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20610 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4348b3a5ac
commit
490f08fd30
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-01-24 16:57 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSPopUpButtonCell.m (-synchronizeTitleAndSelectedItem): For
|
||||
non-pulldowns, make sure the selected item and the highlighted item
|
||||
are the same.
|
||||
|
||||
2005-01-24 Quentin Mathe <qmathe@club-internet.fr>
|
||||
|
||||
* Source/GSToolbarView.m (initSystemExtensionsColors()): Removed
|
||||
|
|
|
@ -526,6 +526,8 @@ static NSImage *_pbc_image[2];
|
|||
index = [self indexOfSelectedItem];
|
||||
if (index < 0)
|
||||
index = 0;
|
||||
|
||||
[self selectItemAtIndex: index];
|
||||
}
|
||||
|
||||
if ((index >= 0) && ([_menu numberOfItems] > index))
|
||||
|
|
Loading…
Reference in a new issue