summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-15 10:09:51 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-15 10:09:51 +0100
commit7eb83bf4e4a15dc4c7794866d09ad71d41a79039 (patch)
treeb80cb8b8f9ca526278ad2130cb1511928edd4184 /src
parentFix capitalisation of "Highlight All" (diff)
parentClear all the highlight when the find bar is closed with the esc key (diff)
downloadrekonq-7eb83bf4e4a15dc4c7794866d09ad71d41a79039.tar.xz
Merge commit 'refs/merge-requests/104' of git://gitorious.org/rekonq/mainline into m104
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a459cc78..d15ce0c4 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -789,6 +789,8 @@ void MainWindow::findNext()
if (!currentTab())
return;
+ highlightAll();
+
if(m_findBar->isHidden())
{
QPoint previous_position = currentTab()->view()->page()->currentFrame()->scrollPosition();