diff options
| author | Peter Penz <[email protected]> | 2008-02-02 23:27:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-02 23:27:48 +0000 |
| commit | d38bb6891a4048dd666cad27a38d7b7a2463dfb5 (patch) | |
| tree | 48c08d2af783b66c77776cca4cc9591e66e969d6 /src | |
| parent | cd65336b8cfa38756bc63e7203b2b7397d8639ec (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.cpp | 1 |
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); |
