Hide cursor on paging via the space bar. Fix #393.

This commit is contained in:
Brent Simmons
2018-09-01 17:25:29 -07:00
parent 2238ac8bbc
commit bcacd31135

View File

@@ -170,7 +170,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
}
detailViewController.canScrollDown { (canScroll) in
NSCursor.setHiddenUntilMouseMoves(true)
canScroll ? detailViewController.scrollPageDown(sender) : self.nextUnread(sender)
}
}