mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 05:12:01 +00:00
Hilighting compound scripts, Search results exception fix
This commit is contained in:
@@ -342,7 +342,7 @@ public class SearchResultsStorage {
|
||||
public void destroySwf(SWF swf) {
|
||||
String swfId = getOpenableId(swf);
|
||||
for (int i = 0; i < openableIds.size(); i++) {
|
||||
if (openableIds.get(i).equals(swfId)) {
|
||||
if (openableIds.get(i).equals(swfId) && unpackedData.size() > i) {
|
||||
unpackedData.set(i, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user