c-koi / gmic-qt

G'MIC-Qt is a versatile front-end to the image processing framework G'MIC.
GNU General Public License v3.0
207 stars 54 forks source link

Filter refresh button deselects current filter #136

Closed dtschump closed 2 years ago

dtschump commented 2 years ago

When pressing the "filter refresh" button, the plug-in deselect the previously selected filter, even if the filter still exists, with the same name and the same command/preview_command. It's a bit annoying when I develop a new filter, because each time I want to test the (local) update, I need to reselect the filter. Previous versions of the plug-in were keeping the current filter selected when possible. Could it be possible to get this behavior back?

c-koi commented 2 years ago

Side-effect of the bug fixed by d3c8c843b9398e109eb0af7b20e9c9d70f5d42e8.