mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Abort editing on dealloc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0baf5e4271
commit
927c279a1e
1 changed files with 2 additions and 0 deletions
|
@ -2836,6 +2836,8 @@ _isCellEditable (id delegate, NSArray *tableColumns,
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
[self abortEditing];
|
||||
|
||||
RELEASE (_gridColor);
|
||||
RELEASE (_backgroundColor);
|
||||
RELEASE (_tableColumns);
|
||||
|
|
Loading…
Reference in a new issue