mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:30:37 +00:00
Small corrections to recent changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25481 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d8f3c46725
commit
dc55ca286e
3 changed files with 10 additions and 3 deletions
|
@ -201,7 +201,7 @@ static Class controlClass;
|
|||
*/
|
||||
- (int)intValue
|
||||
{
|
||||
if (_control_view)
|
||||
if (_cell.in_editing && _control_view)
|
||||
if ([_control_view isKindOfClass: controlClass])
|
||||
[(NSControl *)_control_view validateEditing];
|
||||
return [super intValue];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue