diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-23 00:00:38 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-23 00:00:38 +0200 |
commit | c1fd36de72375b36d486fa7afe5bbe58349b6d5e (patch) | |
tree | fc95b9221372a74225a4048526f64206b5ef1310 /src/tabbar.cpp | |
parent | Calling KTabBar::mouseMoveEvent() ASAP, to let tab switch occur... ASAP! (diff) | |
parent | add comments (diff) | |
download | rekonq-c1fd36de72375b36d486fa7afe5bbe58349b6d5e.tar.xz |
Merge commit 'refs/merge-requests/142' of git://gitorious.org/rekonq/mainline into m142
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r-- | src/tabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index f56bfda9..2d29032f 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -181,7 +181,7 @@ void TabBar::showTabPreview() m_previewPopup.data()->setFixedSize(w, h); QLabel *l = new QLabel(); - l->setPixmap( WebSnap::renderPreview(*indexedTab->page(), w, h, false) ); + l->setPixmap( WebSnap::renderTabPreview(*indexedTab->page(), w, h) ); m_previewPopup.data()->setView(l); m_previewPopup.data()->layout()->setAlignment(Qt::AlignTop); |