build fix

This commit is contained in:
honfika@gmail.com
2016-12-28 15:53:07 +01:00
parent 41b381acbe
commit f786c34910

View File

@@ -477,8 +477,9 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
});
HighlightedText htext = SWF.getCached(asm, innerActions);
ActionList finalActions = innerActions;
View.execInEventDispatch(() -> {
setSourceCompleted(asm, htext, innerActions);
setSourceCompleted(asm, htext, finalActions);
});
}