Skip to content

Commit

Permalink
Clarify the view background
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Apr 21, 2024
1 parent 0f2f8c0 commit fb961e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle/SUUpdateAlert.m
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ - (void)_createReleaseNotesViewPreferringPlainText:(BOOL)preferringPlainText SPU
[_releaseNotesView setDrawsBackground:NO];

// Use NSBox to get the proper dynamically colored background behind the release notes view when
// the release notes view is transparent
// the release notes view background is transparent
_backgroundView = [[NSBox alloc] initWithFrame:_releaseNotesView.view.frame];
_backgroundView.boxType = NSBoxCustom;
_backgroundView.fillColor = [NSColor textBackgroundColor];
Expand Down

0 comments on commit fb961e0

Please sign in to comment.