Fix bug where URL bar was all white

This commit is contained in:
James Magahern
2021-04-23 16:58:22 -05:00
parent 428232bfa8
commit 69619328dc

View File

@@ -163,7 +163,8 @@ class URLBar: ReliefButton
}
override func setBackgroundInverted(_ inverted: Bool) {
// no-op
// Do not invert.
super.setBackgroundInverted(false)
}
override var intrinsicContentSize: CGSize {