1
0
Fork 0
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:
Brian Fiete 2024-10-24 08:49:12 -04:00
parent 32d810b1e9
commit 95a831a785

View file

@ -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)
{ {