mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Indentation tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9653e1b1d4
commit
5c66b95c6d
1 changed files with 3 additions and 1 deletions
|
@ -2891,7 +2891,9 @@ byExtendingSelection: (BOOL)flag
|
|||
{
|
||||
tb = [_tableColumns objectAtIndex: i];
|
||||
if ([tb dataCellForRow: -1] == aCell)
|
||||
[self setNeedsDisplayInRect: [self rectOfColumn: i]];
|
||||
{
|
||||
[self setNeedsDisplayInRect: [self rectOfColumn: i]];
|
||||
}
|
||||
else
|
||||
{
|
||||
NSRect columnRect = [self rectOfColumn: i];
|
||||
|
|
Loading…
Reference in a new issue