Revision: 12874 http://sourceforge.net/p/skim-app/code/12874 Author: hofman Date: 2022-05-03 17:10:21 +0000 (Tue, 03 May 2022) Log Message: ----------- code outline
Modified Paths: -------------- trunk/SKTopBarView.m Modified: trunk/SKTopBarView.m =================================================================== --- trunk/SKTopBarView.m 2022-05-03 17:07:55 UTC (rev 12873) +++ trunk/SKTopBarView.m 2022-05-03 17:10:21 UTC (rev 12874) @@ -206,10 +206,10 @@ [separatorView setTitlePosition:NSNoTitle]; [separatorView setBorderWidth:0.0]; [separatorView setContentViewMargins:NSZeroSize]; - #pragma clang diagnostic push - #pragma clang diagnostic ignored "-Wpartial-availability" +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wpartial-availability" [separatorView setFillColor:[NSColor separatorColor]]; - #pragma clang diagnostic pop +#pragma clang diagnostic pop wantsSubviews = YES; [super addSubview:separatorView positioned:NSWindowBelow relativeTo:contentView]; wantsSubviews = NO; 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