diff options
| -rw-r--r-- | src/urlbar/urlbar.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 04d96983..e3f216d8 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -182,7 +182,7 @@ void UrlBar::paintEvent(QPaintEvent *event)      QPalette p = palette();      int progr = _tab->progress(); -    if (progr == 0) +    if (progr == 0 || progr == 100)      {          if (_tab->url().scheme() == QL1S("https"))          { | 
