mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 22:21:19 +00:00
Fixed: Cannot properly cancel script searching
This commit is contained in:
@@ -1837,7 +1837,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
Main.stopWork();
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}.execute();
|
||||
} else if (searchDialog.searchInTextsRadioButton.isSelected()) {
|
||||
new CancellableWorker<Void>() {
|
||||
|
||||
@@ -1118,7 +1118,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
|
||||
List<MultinameUsage> usages = abc.findMultinameDefinition(multinameIndex);
|
||||
|
||||
Multiname m = abc.constants.getMultiname(multinameIndex);
|
||||
if (m == null){
|
||||
if (m == null) {
|
||||
return false;
|
||||
}
|
||||
//search other ABC tags if this is not private multiname
|
||||
|
||||
Reference in New Issue
Block a user