mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 18:41:00 +00:00
Do not allow to global search in editation mode
This commit is contained in:
@@ -2939,6 +2939,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
|
||||
public void searchInActionScriptOrText(Boolean searchInText, Openable openable, boolean useSelection) {
|
||||
View.checkAccess();
|
||||
|
||||
if (checkEdited())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/*if (!(openable instanceof SWF)) { //FIXME for ABCs
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user