mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:50:38 +00:00
* Source/NSTableView.m (-validateEditing): Reset _isValidating on
intermediate return. Patch by Andreas Höschler <ahoesch@smartsoft.de>.
This commit is contained in:
parent
2858654976
commit
36772d25a1
2 changed files with 8 additions and 0 deletions
|
@ -3282,6 +3282,8 @@ byExtendingSelection: (BOOL)flag
|
|||
forTableColumn: tb
|
||||
row: _editedRow];
|
||||
}
|
||||
|
||||
_isValidating = NO;
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue