mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Indented some lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78174f287d
commit
92e98af780
1 changed files with 4 additions and 4 deletions
|
@ -5788,7 +5788,7 @@ byExtendingSelection: (BOOL)flag
|
|||
|
||||
if (rowNumber >= startingRow)
|
||||
{
|
||||
// NSHighlightRect(NSIntersectionRect([self rectOfRow: rowNumber],
|
||||
//NSHighlightRect(NSIntersectionRect([self rectOfRow: rowNumber],
|
||||
// clipRect));
|
||||
[[NSColor whiteColor] set];
|
||||
NSRectFill(NSIntersectionRect([self rectOfRow: rowNumber], clipRect));
|
||||
|
@ -5827,9 +5827,9 @@ byExtendingSelection: (BOOL)flag
|
|||
|
||||
if (columnNumber >= startingColumn)
|
||||
{
|
||||
NSHighlightRect (NSIntersectionRect(
|
||||
[self rectOfColumn: columnNumber],
|
||||
clipRect));
|
||||
NSHighlightRect
|
||||
(NSIntersectionRect([self rectOfColumn: columnNumber],
|
||||
clipRect));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue