Revision: 12879 http://sourceforge.net/p/skim-app/code/12879 Author: hofman Date: 2022-05-04 14:44:30 +0000 (Wed, 04 May 2022) Log Message: ----------- No need to have views autoresize subviews
Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2022-05-04 14:34:40 UTC (rev 12878) +++ trunk/SKMainWindowController.m 2022-05-04 14:44:30 UTC (rev 12879) @@ -367,12 +367,6 @@ // Set up the panes and subviews, needs to be done before we resize them - // This gets sometimes messed up in the nib, AppKit bug rdar://5346690 - [leftSideContentView setAutoresizesSubviews:YES]; - [rightSideContentView setAutoresizesSubviews:YES]; - [centerContentView setAutoresizesSubviews:YES]; - [pdfContentView setAutoresizesSubviews:YES]; - // make sure the first thing we call on the side view controllers is its view so their nib is loaded [leftSideContentView addSubview:leftSideController.view]; [leftSideController.view activateConstraintsToSuperview]; 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