Revision: 14088
http://sourceforge.net/p/skim-app/code/14088
Author: hofman
Date: 2024-03-03 15:56:42 +0000 (Sun, 03 Mar 2024)
Log Message:
-----------
I don't think appearance of pdfview scrollers was handled correctly already in
10.15, so make sure we get the correct appearance
Modified Paths:
--------------
trunk/SKBasePDFView.m
Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m 2024-03-02 16:41:11 UTC (rev 14087)
+++ trunk/SKBasePDFView.m 2024-03-03 15:56:42 UTC (rev 14088)
@@ -83,7 +83,7 @@
if ([[NSUserDefaults standardUserDefaults]
boolForKey:SKInvertColorsInDarkModeKey])
[[self scrollView] setAppearance:[NSAppearance
appearanceNamed:NSAppearanceNameAqua]];
- if (@available(macOS 10.15, *)) {} else if (@available(macOS 10.14,
*)) {
+ if (@available(macOS 11.0, *)) {} else if (@available(macOS 10.14, *))
{
[self handleScrollerStyleChangedNotification:nil];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(handleScrollerStyleChangedNotification:)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit