Revision: 12520
          http://sourceforge.net/p/skim-app/code/12520
Author:   hofman
Date:     2021-11-04 16:36:52 +0000 (Thu, 04 Nov 2021)
Log Message:
-----------
No need to fix frame of cell views

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

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2021-11-04 16:06:50 UTC (rev 12519)
+++ trunk/SKMainWindowController_UI.m   2021-11-04 16:36:52 UTC (rev 12520)
@@ -716,8 +716,6 @@
     } else if ([ov isEqual:rightSideController.noteOutlineView]) {
         if ([(PDFAnnotation *)item type]) {
             NSTableCellView *view = [ov makeViewWithIdentifier:[tableColumn 
identifier] owner:self];
-            // Xcode keeps changing the frames when converting to Xcode 8 
format
-            [[view textField] ?: [view imageView] setFrame:[view bounds]];
             if ([[tableColumn identifier] isEqualToString:TYPE_COLUMNID])
                 [(SKAnnotationTypeImageView *)[view imageView] 
setHasOutline:[pdfView activeAnnotation] == item];
             [[view textField] setDelegate:self];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to