@box said:
It's a great plugin but it has the annoying persistent toolbar problem. Could you look at adjusting it for your next update.
@tig said:
If an author has made his tool's loading code 'unfriendly' it will always open its toolbar, even if you last exited with that toolbar closed...
For example if a plugin has the overly simple code:
tb.show
Which always opens the toolbar, irrespective of your wishes !
To open a toolbar only if the user previously exited with it open [OR it's the first time it's used, e.g. a new installation] the loader code needs adjusting to read something like:
tb.show **if tb.get_last_state.abs == 1** # TB_VISIBLE/NEVER
Which is the code used by the SketchUcation toolbar...
maybe on Mac,on Win is no problem
I fix for next update,