mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
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:
parent
400a05bd8b
commit
3c9e7bbd2f
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue