mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 11:08:02 +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();
|
DataUpdated();
|
||||||
|
|
||||||
if (!replaceAll)
|
if (!replaceAll)
|
||||||
|
{
|
||||||
|
mCurFindIdx = searchStart;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
/*if (flags == (byte)SourceElementFlags.Find_CurrentSelection)
|
/*if (flags == (byte)SourceElementFlags.Find_CurrentSelection)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue