Revision: 12327 http://sourceforge.net/p/skim-app/code/12327 Author: hofman Date: 2021-04-28 13:32:01 +0000 (Wed, 28 Apr 2021) Log Message: ----------- Check self for auto layout rather than view for status bar
Modified Paths: -------------- trunk/SKStatusBar.m Modified: trunk/SKStatusBar.m =================================================================== --- trunk/SKStatusBar.m 2021-04-27 22:20:36 UTC (rev 12326) +++ trunk/SKStatusBar.m 2021-04-28 13:32:01 UTC (rev 12327) @@ -287,7 +287,7 @@ if (animating == NO) { if ([[NSUserDefaults standardUserDefaults] boolForKey:SKDisableAnimationsKey]) animate = NO; - if ([view translatesAutoresizingMaskIntoConstraints]) + if ([self translatesAutoresizingMaskIntoConstraints]) [self toggleWithoutAutoLayoutBelowView:view animate:animate]; else [self toggleWithAutoLayoutBelowView:view animate:animate]; 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