Revision: 16416
          http://sourceforge.net/p/skim-app/code/16416
Author:   hofman
Date:     2026-09-03 21:42:29 +0000 (Thu, 03 Sep 2026)
Log Message:
-----------
assign pointers at end

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

Modified: trunk/SKLoupeController.m
===================================================================
--- trunk/SKLoupeController.m   2026-09-03 21:40:15 UTC (rev 16415)
+++ trunk/SKLoupeController.m   2026-09-03 21:42:29 UTC (rev 16416)
@@ -127,8 +127,8 @@
     [loupeView setWantsLayer:YES];
     [loupeView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
     [contentView addSubview:loupeView];
+    [window setHasShadow:YES];
     *viewp = bgView;
-    [window setHasShadow:YES];
     *layerp = layer;
     return window;
 }

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