From 69619328dc1ede5f5b40e91b3d9c9303448a391c Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 23 Apr 2021 16:58:22 -0500 Subject: [PATCH] Fix bug where URL bar was all white --- App/Titlebar and URL Bar/URLBar.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/App/Titlebar and URL Bar/URLBar.swift b/App/Titlebar and URL Bar/URLBar.swift index 4366f57..d20dc91 100644 --- a/App/Titlebar and URL Bar/URLBar.swift +++ b/App/Titlebar and URL Bar/URLBar.swift @@ -163,7 +163,8 @@ class URLBar: ReliefButton } override func setBackgroundInverted(_ inverted: Bool) { - // no-op + // Do not invert. + super.setBackgroundInverted(false) } override var intrinsicContentSize: CGSize {