mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 08:56:51 +00:00
#1595 History of script search results per SWF
This commit is contained in:
@@ -123,7 +123,7 @@ public class SearchPanel<E> extends JPanel {
|
||||
View.checkAccess();
|
||||
|
||||
searchPos.setText((foundPos + 1) + "/" + found.size());
|
||||
listener.updateSearchPos(found.get(foundPos));
|
||||
listener.updateSearchPos(searchFor, searchIgnoreCase, searchRegexp, found.get(foundPos));
|
||||
}
|
||||
|
||||
private void cancelButtonActionPerformed(ActionEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user