Hide cursor on paging via the space bar. Fix #393.
This commit is contained in:
parent
2238ac8bbc
commit
bcacd31135
|
@ -170,7 +170,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
|||
}
|
||||
|
||||
detailViewController.canScrollDown { (canScroll) in
|
||||
|
||||
NSCursor.setHiddenUntilMouseMoves(true)
|
||||
canScroll ? detailViewController.scrollPageDown(sender) : self.nextUnread(sender)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue