mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Access ivar _frame directly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6387 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e60462f167
commit
744aa1f8ad
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ byExtendingSelection: (BOOL) flag
|
|||
if (_headerView != nil)
|
||||
{
|
||||
[_headerView setFrameSize:
|
||||
NSMakeSize ([self frame].size.width,
|
||||
NSMakeSize (_frame.size.width,
|
||||
[_headerView frame].size.height)];
|
||||
[_cornerView setFrameSize:
|
||||
NSMakeSize ([NSScroller scrollerWidth] + 1,
|
||||
|
|
Loading…
Reference in a new issue