mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-21 18:00:43 +00:00
CPSplitView resize cursors now require [[self window] setAcceptsMouseMovedEvents:YES]; to be called manually pending a CPTrackingArea based implementation.
This commit is contained in:
committed by
Ross Boucher
parent
eb6a03704a
commit
fc628c1221
@@ -405,7 +405,8 @@ var CPSplitViewHorizontalImage = nil,
|
||||
|
||||
- (void)viewDidMoveToWindow
|
||||
{
|
||||
[[self window] setAcceptsMouseMovedEvents:YES];
|
||||
// Enable split view resize cursors. Commented out pending CPTrackingArea implementation.
|
||||
//[[self window] setAcceptsMouseMovedEvents:YES];
|
||||
}
|
||||
|
||||
- (void)mouseEntered:(CPEvent)anEvent
|
||||
|
||||
Reference in New Issue
Block a user