mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
Major fixes all around.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4677 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0ac5790122
commit
c32570418e
11 changed files with 542 additions and 390 deletions
|
@ -97,6 +97,8 @@
|
|||
NSSize cell_size = [tbcol_cell cellSize];
|
||||
BOOL changed = NO;
|
||||
|
||||
// fix to use headerRectOfColumn:(int)columnIndex?
|
||||
|
||||
if (tbcol_width != cell_size.width)
|
||||
{
|
||||
tbcol_width = cell_size.width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue