summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-31 10:04:26 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-31 10:04:26 +0100
commitfc3f234e419d5f0eba0738509d43cb0d3f5351ec (patch)
tree653b74400f6ee5558cd917e4a5f44308c3cd2f3f
parentHide bookmarks toolbar in fullscreen mode (diff)
downloadrekonq-fc3f234e419d5f0eba0738509d43cb0d3f5351ec.tar.xz
Show urlbar "text" again...
-rw-r--r--src/urlbar/urlbar.cpp2
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);