Fix bug where URL bar was all white
This commit is contained in:
@@ -163,7 +163,8 @@ class URLBar: ReliefButton
|
||||
}
|
||||
|
||||
override func setBackgroundInverted(_ inverted: Bool) {
|
||||
// no-op
|
||||
// Do not invert.
|
||||
super.setBackgroundInverted(false)
|
||||
}
|
||||
|
||||
override var intrinsicContentSize: CGSize {
|
||||
|
||||
Reference in New Issue
Block a user