Revision: 16413
          http://sourceforge.net/p/skim-app/code/16413
Author:   hofman
Date:     2026-09-03 21:17:39 +0000 (Thu, 03 Sep 2026)
Log Message:
-----------
don't set deprecated borderType

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

Modified: trunk/SKLoupeController.m
===================================================================
--- trunk/SKLoupeController.m   2026-09-03 18:31:02 UTC (rev 16412)
+++ trunk/SKLoupeController.m   2026-09-03 21:17:39 UTC (rev 16413)
@@ -105,18 +105,16 @@
         [[contentView layer] setMasksToBounds:YES];
         NSBox *bgView = [[NSBox alloc] initWithFrame:[pdfView bounds]];
         [bgView setBoxType:NSBoxCustom];
-        [bgView setBorderType:NSNoBorder];
+        [bgView setContentViewMargins:NSZeroSize];
         [bgView setTitlePosition:NSNoTitle];
         [bgView setBorderWidth:0.0];
-        [bgView setContentViewMargins:NSZeroSize];
         [bgView setFillColor:[NSColor whiteColor]];
         [bgView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
         NSBox *bgView2 = [[NSBox alloc] initWithFrame:[pdfView bounds]];
         [bgView2 setBoxType:NSBoxCustom];
-        [bgView2 setBorderType:NSNoBorder];
+        [bgView2 setContentViewMargins:NSZeroSize];
         [bgView2 setTitlePosition:NSNoTitle];
         [bgView2 setBorderWidth:0.0];
-        [bgView2 setContentViewMargins:NSZeroSize];
         [bgView setContentView:bgView2];
         [contentView addSubview:bgView];
         NSView *loupeView = [[NSView alloc] initWithFrame:[pdfView bounds]];

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