Revision: 12181
          http://sourceforge.net/p/skim-app/code/12181
Author:   hofman
Date:     2021-03-08 19:29:15 +0000 (Mon, 08 Mar 2021)
Log Message:
-----------
invalidate shadow for image tooltip window, Big Sur has problems with the shadow

Modified Paths:
--------------
    trunk/SKImageToolTipWindow.m

Modified: trunk/SKImageToolTipWindow.m
===================================================================
--- trunk/SKImageToolTipWindow.m        2021-03-08 18:55:43 UTC (rev 12180)
+++ trunk/SKImageToolTipWindow.m        2021-03-08 19:29:15 UTC (rev 12181)
@@ -113,6 +113,7 @@
             if (isOpaque) {
                 if ([backgroundView window])
                     [self setContentView:[[[NSView alloc] init] autorelease]];
+                [self invalidateShadow];
             } else if ([backgroundView window] == nil) {
                 if (backgroundView == nil) {
                     backgroundView = [[NSVisualEffectView alloc] init];

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

Reply via email to