Ticket #1004: [1004][aegisub]Find_incorrectly_tracks_line_selection.patch
| File [1004][aegisub]Find_incorrectly_tracks_line_selection.patch, 452 bytes (added by Paranoja, 2 years ago) |
|---|
-
dialog_search_replace.cpp
317 317 int firstLine = 0; 318 318 if (sels.Count() > 0) firstLine = sels[0]; 319 319 // if selection has changed reset values 320 curLine = firstLine; 320 321 if (firstLine < curLine) { 321 curLine = firstLine;322 322 Modified = false; 323 323 LastWasFind = true; 324 324 pos = 0;
