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)

Patch to track this issue

  • dialog_search_replace.cpp

     
    317317        int firstLine = 0; 
    318318        if (sels.Count() > 0) firstLine = sels[0]; 
    319319        // if selection has changed reset values 
     320        curLine = firstLine; 
    320321        if (firstLine < curLine) { 
    321                 curLine = firstLine; 
    322322                Modified = false; 
    323323                LastWasFind = true; 
    324324                pos = 0;