mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +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
|
@ -1,3 +1,9 @@
|
|||
2020-10-18 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTableView.m (-validateEditing): Reset _isValidating on
|
||||
intermediate return.
|
||||
Patch by Andreas Höschler <ahoesch@smartsoft.de>.
|
||||
|
||||
2020-10-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSColor.m: Protect against theme colour list missing out
|
||||
|
|
|
@ -3282,6 +3282,8 @@ byExtendingSelection: (BOOL)flag
|
|||
forTableColumn: tb
|
||||
row: _editedRow];
|
||||
}
|
||||
|
||||
_isValidating = NO;
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue