mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 10:31:34 +00:00
Fixed saving Bit values
AS3: Automatic Calculating Body parameters
This commit is contained in:
@@ -50,8 +50,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
|
||||
if ((pos >= th.startPos) && (pos < th.startPos + th.len)) {
|
||||
|
||||
int bi = abc.findBodyIndex(abc.findMethodIdByTraitId(classIndex, (int) th.offset));
|
||||
if ((bi == -1)||(bi==0)) {
|
||||
setNoTrait();
|
||||
if (bi == -1) {
|
||||
break;
|
||||
}
|
||||
Main.abcMainFrame.detailPanel.showCard(DetailPanel.METHOD_TRAIT_CARD);
|
||||
|
||||
Reference in New Issue
Block a user