mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:30: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
|
@ -55,7 +55,6 @@ static Class actionCellClass;
|
|||
{
|
||||
if (self == [NSControl class])
|
||||
{
|
||||
NSDebugLog(@"Initialize NSControl class\n");
|
||||
[self setVersion: 1];
|
||||
cellClass = [NSCell class];
|
||||
usedCellClass = cellClass;
|
||||
|
@ -493,7 +492,6 @@ static Class actionCellClass;
|
|||
unsigned int event_mask = NSLeftMouseDownMask | NSLeftMouseUpMask
|
||||
| NSMouseMovedMask | NSLeftMouseDraggedMask | NSOtherMouseDraggedMask
|
||||
| NSRightMouseDraggedMask;
|
||||
NSDebugLog(@"NSControl mouseDown\n");
|
||||
|
||||
if (![self isEnabled])
|
||||
return;
|
||||
|
@ -542,7 +540,6 @@ static Class actionCellClass;
|
|||
if (done)
|
||||
break;
|
||||
|
||||
NSDebugLog(@"NSControl process another event\n");
|
||||
e = [theApp nextEventMatchingMask: event_mask
|
||||
untilDate: nil
|
||||
inMode: NSEventTrackingRunLoopMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue