Revision: 12892 http://sourceforge.net/p/skim-app/code/12892 Author: hofman Date: 2022-05-06 22:49:46 +0000 (Fri, 06 May 2022) Log Message: ----------- draw background by default
Modified Paths: -------------- trunk/SKTopBarView.m Modified: trunk/SKTopBarView.m =================================================================== --- trunk/SKTopBarView.m 2022-05-06 15:30:39 UTC (rev 12891) +++ trunk/SKTopBarView.m 2022-05-06 22:49:46 UTC (rev 12892) @@ -53,7 +53,8 @@ wantsSubviews = YES; self = [super initWithFrame:frame]; if (self) { - hasSeparator = NO; // we start with no separator, so we can use this in IB without getting weird offsets + hasSeparator = NO; + drawsBackground = YES; if (RUNNING_AFTER(10_13)) { backgroundView = [[NSVisualEffectView alloc] initWithFrame:[self bounds]]; [super addSubview:backgroundView]; 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