┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-02-02 23:27:48 +0000
committerPeter Penz <[email protected]>2008-02-02 23:27:48 +0000
commitd38bb6891a4048dd666cad27a38d7b7a2463dfb5 (patch)
tree48c08d2af783b66c77776cca4cc9591e66e969d6 /src
parentcd65336b8cfa38756bc63e7203b2b7397d8639ec (diff)
reset the URL candidate if a resizing is done
svn path=/trunk/KDE/kdebase/apps/; revision=770176
Diffstat (limited to 'src')
-rw-r--r--src/infosidebarpage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index 767c3278e..30c4467b4 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -172,6 +172,7 @@ void InfoSidebarPage::resizeEvent(QResizeEvent* event)
// try to increase the preview as large as possible
m_preview->setSizeHint(QSize(maxWidth, maxWidth));
+ m_urlCandidate = m_shownUrl; // reset the URL candidate if a resizing is done
m_timer->start(TimerDelay);
SidebarPage::resizeEvent(event);