Fix table view resize on add/remove table column

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40321 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-02-05 16:54:51 +00:00
parent 400a05bd8b
commit 3c9e7bbd2f

View file

@ -2117,6 +2117,7 @@ static void computeNewSelection
{
_columnOrigins = NSZoneMalloc (NSDefaultMallocZone (), sizeof (CGFloat));
}
[self _resizeTableView];
[self tile];
}
@ -2156,6 +2157,7 @@ static void computeNewSelection
{
NSZoneFree (NSDefaultMallocZone (), _columnOrigins);
}
[self _resizeTableView];
[self tile];
}