mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
Source/NSTableHeaderView.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13192 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56b8763506
commit
e878c4983e
2 changed files with 5 additions and 8 deletions
|
@ -373,6 +373,7 @@
|
|||
column = [columns objectAtIndex: _resizedColumn];
|
||||
if ([column isResizable] == NO)
|
||||
{
|
||||
_resizedColumn = -1;
|
||||
return;
|
||||
}
|
||||
/* We use p as a temporary variable for a while */
|
||||
|
@ -741,10 +742,7 @@
|
|||
[_tableView _didClickTableColumn:
|
||||
currentColumn];
|
||||
|
||||
[self lockFocus];
|
||||
[self drawRect: [self headerRectOfColumn: columnIndex]];
|
||||
[self unlockFocus];
|
||||
[_window flushWindow];
|
||||
[self setNeedsDisplay: YES];;
|
||||
}
|
||||
else // mouseDragged == YES
|
||||
{
|
||||
|
@ -827,10 +825,7 @@
|
|||
[_tableView _didClickTableColumn:
|
||||
currentColumn];
|
||||
|
||||
[self lockFocus];
|
||||
[self drawRect: [self headerRectOfColumn: columnIndex]];
|
||||
[self unlockFocus];
|
||||
[_window flushWindow];
|
||||
[self setNeedsDisplay: YES];
|
||||
/*
|
||||
if ([_tableView highlightedTableColumn] != currentColumn)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue