mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Correcting spelling error in one of the theme methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31701 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64516b7af5
commit
285bafeebe
1 changed files with 1 additions and 1 deletions
|
@ -4975,7 +4975,7 @@ This method is deprecated, use -columnIndexesInRect:. */
|
|||
{
|
||||
[[GSTheme theme] highlightTableViewSelectionInClipRect: clipRect
|
||||
inView: self
|
||||
selectedColumns: _selectingColumns];
|
||||
selectingColumns: _selectingColumns];
|
||||
}
|
||||
|
||||
- (void) drawBackgroundInClipRect: (NSRect)clipRect
|
||||
|
|
Loading…
Reference in a new issue