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 ef3b3997..58c7caec 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -255,7 +255,7 @@ void UrlBar::paintEvent(QPaintEvent *event)      // you need this before our code to draw inside the line edit..      KLineEdit::paintEvent(event); -    if (text().isEmpty() && progr == 0) +    if (text().isEmpty() && (progr == 0 || progr == 100))      {          QStyleOptionFrame option;          initStyleOption(&option); | 
