mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
Table header view display update rectangle incorrect - patched for now
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37744 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a241cb876d
commit
a218e2f605
2 changed files with 3 additions and 3 deletions
|
@ -921,6 +921,7 @@ static CGFloat scrollerWidth;
|
|||
{
|
||||
headerClipViewOrigin.x = clipViewBounds.origin.x;
|
||||
[_headerClipView scrollToPoint: headerClipViewOrigin];
|
||||
[[_headerClipView documentView] setNeedsDisplayInRect:clipViewBounds];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4625,13 +4625,12 @@ This method is deprecated, use -columnIndexesInRect:. */
|
|||
|
||||
- (NSTableViewColumnAutoresizingStyle) columnAutoresizingStyle
|
||||
{
|
||||
// FIXME
|
||||
return NSTableViewNoColumnAutoresizing;
|
||||
return _columnAutoresizingStyle;
|
||||
}
|
||||
|
||||
- (void) setColumnAutoresizingStyle: (NSTableViewColumnAutoresizingStyle)style
|
||||
{
|
||||
// FIXME
|
||||
_columnAutoresizingStyle = style;
|
||||
}
|
||||
|
||||
- (void) sizeLastColumnToFit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue