| You are right. This is a bug that Apple should fix. But my productivity dropped to such a miserable and unbearable level since Skim.app stopped working the way it used to after I upgraded to High Sierra (I found how much my life has relied on Skim.app), that I couldn’t but download and look into the source codes despite that Christiaan explicitly said we should not try to correct for the bug. It seems that adding a few lines in the source code (SKMainWindowController.m) does it. I attach the diff file. What I did is basically insert the following line right after line 814 of SKMainWindowController.m: point.y -= 0.5*[pdfView bounds].size.height/[pdfView scaleFactor]; |
skim-app-pdfkit.diff
Description: Binary data
Chirok
|
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
