LookAndFeel issue with multiple plugin instances

Where is your default LnF living? For it to be pointed by a singleton, it needs to be static -that is, stored in a SharedResourcePointer. Of course this is a problem if the LnF state can be different between instances -in that case, it can’t be a default LnF.