mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
Updated for change in NSView ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0a6a692734
commit
475b802dee
16 changed files with 169 additions and 164 deletions
|
@ -119,9 +119,9 @@
|
|||
NSAssert(columnIndex > 0, NSInternalInconsistencyException);
|
||||
NSAssert(columnIndex < [columns count], NSInternalInconsistencyException);
|
||||
|
||||
rect.origin.x = bounds.origin.x;
|
||||
rect.origin.y = bounds.origin.y;
|
||||
rect.size.height = bounds.size.height;
|
||||
rect.origin.x = _bounds.origin.x;
|
||||
rect.origin.y = _bounds.origin.y;
|
||||
rect.size.height = _bounds.size.height;
|
||||
|
||||
for (i = 0; i < columnIndex; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue