From 92baa8b9ff6171e391fdbc0f70b4ece24be4843f Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Wed, 3 Mar 2010 12:04:54 +0100 Subject: Fix the move of the page whith case sensitive --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5df226df..7c30198f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -783,7 +783,7 @@ void MainWindow::matchCaseUpdate() if (!currentTab()) return; - currentTab()->view()->findText(m_lastSearch, QWebPage::FindBackward | QWebPage::FindWrapsAroundDocument); + currentTab()->view()->findText(m_lastSearch, QWebPage::FindBackward); findNext(); } -- cgit v1.2.1