mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:20:46 +00:00
Fixed: #2511 Allowing to jump from search window while editation causing problems
Changed: Serial form of AS3 search results changed so the decompiler is unable to read saved AS3 search result from older versions and vice-versa
This commit is contained in:
@@ -460,6 +460,9 @@ public class SearchResultsDialog<E extends SearchResult> extends AppDialog {
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private void gotoElement() {
|
||||
if (Main.getMainFrame().getPanel().checkEdited()) {
|
||||
return;
|
||||
}
|
||||
if (openableToResults.size() > 1) {
|
||||
BasicTreeNode selection = (BasicTreeNode) resultsTree.getLastSelectedPathComponent();
|
||||
if (selection.getData() instanceof SearchResult) {
|
||||
|
||||
Reference in New Issue
Block a user