mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 20:36:22 +00:00
Small patches by Andreas Höschler to NSTableView and NSComboBoxCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22861 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bd8932fa1e
commit
d346b59f9f
3 changed files with 13 additions and 7 deletions
|
@ -711,13 +711,6 @@ static GSComboWindow *gsWindow = nil;
|
|||
// no effect, to correct this fact, the code below is needed.
|
||||
[textObject setString: [_cell _stringValueAtIndex:
|
||||
[_cell indexOfSelectedItem]]];
|
||||
|
||||
/*
|
||||
* Dispatch the text notifications and by side effect update the cell
|
||||
* object value with the -textDidChange: method of NSTextField which is
|
||||
* the editor delegate
|
||||
*/
|
||||
[(NSTextView *)textObject didChangeText];
|
||||
// End of the code to remove
|
||||
|
||||
if (textObject != nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue