mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:31:07 +00:00
NSPopUpButton fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16416 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6301c30606
commit
5653681dcd
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2003-04-10 Serg Stoyan <stoyan@hologr.com>
|
||||
|
||||
* Source/NSPopUpButton.m:
|
||||
(mouseDown): Get selected item index from _cell. Set NSMenuView
|
||||
selected item if selection changed, revert to old if unchanged or
|
||||
menu item disabled.
|
||||
|
||||
* Source/NSPopUpButtonCell.m:
|
||||
(selectItem:): Remove image from old selected item and add image
|
||||
to new selected item only if image is not set by user.
|
||||
|
||||
2003-04-10 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||
|
||||
* Source/NSWindow.m ([-sendEvent:], case NSRightMouseDown):
|
||||
|
|
Loading…
Reference in a new issue