From: Peter Penz Date: Sat, 2 Feb 2008 23:27:48 +0000 (+0000) Subject: reset the URL candidate if a resizing is done X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d38bb6891a4048dd666cad27a38d7b7a2463dfb5 reset the URL candidate if a resizing is done svn path=/trunk/KDE/kdebase/apps/; revision=770176 --- 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);