From fb961e08c26b2c0db7cad518006dca022911311f Mon Sep 17 00:00:00 2001 From: Zorg Date: Sun, 21 Apr 2024 08:50:26 -0700 Subject: [PATCH] Clarify the view background --- Sparkle/SUUpdateAlert.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sparkle/SUUpdateAlert.m b/Sparkle/SUUpdateAlert.m index 81c99fc29..e38f80677 100644 --- a/Sparkle/SUUpdateAlert.m +++ b/Sparkle/SUUpdateAlert.m @@ -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];