summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorYusuf Tezcan <yatezcan@gmail.com>2011-12-29 09:24:59 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-29 09:24:59 +0100
commitfa38864b0087bb2de2696f0b395789636437c21b (patch)
treeb26d5cfa9e2dd63af87389ed3a0de4251e7db337 /src/webtab.cpp
parentSession Management clean up (diff)
downloadrekonq-fa38864b0087bb2de2696f0b395789636437c21b.tar.xz
Correctly hide preview selector bar when its preview is deleted in
the new tab page CCMAIL: yatezcan@gmail.com REVIEW:103470 REVIEWED-BY: adjam
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index bded411c..0dd2ac44 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -226,6 +226,11 @@ void WebTab::showRSSInfo(const QPoint &pos)
widget->showAt(pos);
}
+void WebTab::hideSelectorBar()
+{
+ m_previewSelectorBar.data()->animatedHide();
+}
+
void WebTab::setPart(KParts::ReadOnlyPart *p, const KUrl &u)
{