mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:20:37 +00:00
Document. Fix up NSDebugLogs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a29dff6d37
commit
9f39142905
24 changed files with 199 additions and 159 deletions
|
@ -812,7 +812,8 @@
|
|||
|
||||
if (![self mouse: point inRect: cellFrame])
|
||||
{
|
||||
NSDebugLog(@"NSCell point not in cell frame\n");
|
||||
NSDebugLLog(@"NSCell",
|
||||
@"tableheaderview point not in cell frame\n");
|
||||
{
|
||||
NSRect rect = [self headerRectOfColumn: columnIndex];
|
||||
[_tableView _mouseDownInHeaderOfTableColumn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue