mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
The find behavior should now match Chrome.
This commit is contained in:
@@ -839,7 +839,7 @@ void RootWindowWin::OnFindEvent() {
|
||||
find_what_last_ = find_buff_;
|
||||
}
|
||||
|
||||
browser->GetHost()->Find(0, find_what,
|
||||
browser->GetHost()->Find(find_what,
|
||||
(find_state_.Flags & FR_DOWN) ? true : false,
|
||||
match_case, find_next_);
|
||||
if (!find_next_)
|
||||
|
Reference in New Issue
Block a user