diff --git a/ChangeLog b/ChangeLog index a6572bd39..15bda156a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-07-9 Michael Hanni + + * Source/NSTabView.m: perfected the mouse event work. now clicking + in the tabs works wonderfully. Now just need to hook up code to + draw the selected tabs view in the tabview rect. + 1999-07-9 Michael Hanni * Headers/AppKit/NSTabViewItem.h: defined some non-spec methods. diff --git a/Source/NSTabView.m b/Source/NSTabView.m index 616a8813b..d4fb2f937 100644 --- a/Source/NSTabView.m +++ b/Source/NSTabView.m @@ -309,8 +309,14 @@ int howMany = [tab_items count]; int i; + point = [self convertPoint:point fromView:nil]; + for (i=0;i