mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 19:18:01 +02:00
Fixed cursor advancing after replacing text
This commit is contained in:
parent
32d810b1e9
commit
95a831a785
1 changed files with 3 additions and 0 deletions
|
@ -652,7 +652,10 @@ namespace IDE.ui
|
|||
DataUpdated();
|
||||
|
||||
if (!replaceAll)
|
||||
{
|
||||
mCurFindIdx = searchStart;
|
||||
break;
|
||||
}
|
||||
|
||||
/*if (flags == (byte)SourceElementFlags.Find_CurrentSelection)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue