diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 10:09:51 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 10:09:51 +0100 |
commit | 7eb83bf4e4a15dc4c7794866d09ad71d41a79039 (patch) | |
tree | b80cb8b8f9ca526278ad2130cb1511928edd4184 | |
parent | Fix capitalisation of "Highlight All" (diff) | |
parent | Clear all the highlight when the find bar is closed with the esc key (diff) | |
download | rekonq-7eb83bf4e4a15dc4c7794866d09ad71d41a79039.tar.xz |
Merge commit 'refs/merge-requests/104' of git://gitorious.org/rekonq/mainline into m104
-rw-r--r-- | src/mainwindow.cpp | 2 |
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(); |