I fixed a bug which caused by disabling the apply button when using the result filter. I tracked the error, it because in WorkerThread.java, the worker thread will only execute exFinally() when it's not in Macro mode, but in ResultsFilter, it disable the apply button but rely on exFinally() to enable it, this will prevent further use of the Results Filter.
Hi,
I fixed a bug which caused by disabling the apply button when using the result filter. I tracked the error, it because in WorkerThread.java, the worker thread will only execute exFinally() when it's not in Macro mode, but in ResultsFilter, it disable the apply button but rely on exFinally() to enable it, this will prevent further use of the Results Filter.
Best, Wei OUYANG