mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 11:21:57 +00:00
#785 Text search. Remember last choise. fixed
This commit is contained in:
@@ -156,7 +156,7 @@ public abstract class MainFrameMenu {
|
||||
mainFrame.getPanel().exportFla(swf);
|
||||
}
|
||||
|
||||
protected boolean search(boolean searchInText) {
|
||||
protected boolean search(Boolean searchInText) {
|
||||
if (swf != null) {
|
||||
mainFrame.getPanel().searchInActionScriptOrText(searchInText);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user