ilastik / ilastik4ij

ImageJ plugins to run ilastik workflows
MIT License
20 stars 17 forks source link

Show directory selection dialog on macOS #108

Closed emilmelnikov closed 9 months ago

emilmelnikov commented 1 year ago

MutableModuleItem#setWidgetStyle(FileWidget.DIRECTORY_STYLE) works in ImageJ2, but seem to do nothing in Fiji/ImageJ1.

_Originally posted by @k-dominik in https://github.com/ilastik/ilastik4ij/pull/106#discussion_r1259741812_

emilmelnikov commented 9 months ago

Fixed in https://github.com/ilastik/ilastik4ij/pull/115 by using file (not directory) picker everywhere.