mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Fixed Find behaviour when the text is not found
git-svn-id: svn://ultimatepp.org/upp/trunk@7436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bdf977aa85
commit
306ffb4894
1 changed files with 1 additions and 1 deletions
|
|
@ -221,11 +221,11 @@ bool CodeEditor::FindFrom(int pos, bool back, const wchar *text, bool wholeword,
|
|||
l = s = ln;
|
||||
}
|
||||
}
|
||||
ClearSelection();
|
||||
if(back)
|
||||
notfoundbk = true;
|
||||
else
|
||||
notfoundfw = true;
|
||||
ClearSelection();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue