zitmen / thunderstorm

ThunderSTORM: a comprehensive ImageJ plugin for SMLM data analysis and super-resolution imaging
http://zitmen.github.io/thunderstorm/
GNU General Public License v3.0
91 stars 42 forks source link

Fixed bug in executing result filter in macro #30

Closed oeway closed 8 years ago

oeway commented 8 years ago

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

zitmen commented 8 years ago

Ok, it looks good, thanks.