mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:27:40 +00:00
Indented a long comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6630 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42544414ec
commit
74e75a2cb1
1 changed files with 5 additions and 4 deletions
|
@ -516,10 +516,11 @@ byExtendingSelection: (BOOL) flag
|
|||
{
|
||||
if (_super_view != nil)
|
||||
{
|
||||
/* Changing the headerView after the table has been linked to a scrollview
|
||||
is not yet supported - the doc is not clear whether it should be supported
|
||||
at all. If it is, perhaps it's going to be done through a private method
|
||||
between the tableview and the scrollview. */
|
||||
/* Changing the headerView after the table has been linked to a
|
||||
scrollview is not yet supported - the doc is not clear
|
||||
whether it should be supported at all. If it is, perhaps
|
||||
it's going to be done through a private method between the
|
||||
tableview and the scrollview. */
|
||||
NSLog (@"setHeaderView: called after NSTableView has been put in the view tree!");
|
||||
}
|
||||
[_headerView setTableView: nil];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue