|
@@ -289,7 +289,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
|
|
|
|
if(CGRectContainsPoint(self.bounds, tPoint)) {
|
|
if(CGRectContainsPoint(self.bounds, tPoint)) {
|
|
if(self.presentationDrawView && self.presentationDrawView.isHidden == NO) {
|
|
if(self.presentationDrawView && self.presentationDrawView.isHidden == NO) {
|
|
- NSImage *cursorImage = [[NSImage imageNamed:@"CPDFListViewImageNameCursorsLinkDestination"] copy];
|
|
|
|
|
|
+ NSImage *cursorImage = [[NSImage imageNamed:@"KMPresentationImageNameMouse"] copy];
|
|
NSCursor * cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:NSMakePoint(8.0, 8.0)];
|
|
NSCursor * cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:NSMakePoint(8.0, 8.0)];
|
|
[cursor set];
|
|
[cursor set];
|
|
} else {
|
|
} else {
|
|
@@ -303,7 +303,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
|
|
NSPoint tPoint = [event locationInView:self];
|
|
NSPoint tPoint = [event locationInView:self];
|
|
if(CGRectContainsPoint(self.bounds, tPoint)) {
|
|
if(CGRectContainsPoint(self.bounds, tPoint)) {
|
|
if(self.presentationDrawView && self.presentationDrawView.isHidden == NO) {
|
|
if(self.presentationDrawView && self.presentationDrawView.isHidden == NO) {
|
|
- NSImage *cursorImage = [[NSImage imageNamed:@"CPDFListViewImageNameCursorsLinkDestination"] copy];
|
|
|
|
|
|
+ NSImage *cursorImage = [[NSImage imageNamed:@"KMPresentationImageNameMouse"] copy];
|
|
NSCursor * cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:NSMakePoint(8.0, 8.0)];
|
|
NSCursor * cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:NSMakePoint(8.0, 8.0)];
|
|
[cursor set];
|
|
[cursor set];
|
|
|
|
|