Look & Feel modifies the HISE IDE, not only my plugin GUI
-
-
That's because you're using global laf.
You have to use local laf :)
-
Heyy
You're using a "Global" LookandFeel, which means that it will overwrite all elements including the HISE IDEs.. Just change it to a LocalLookandFeel and you've got that scoped :)
BTW: There is a very handy shortcut for setting up the boilerplate code for a localLookAndFeel when you right-click an interface component. and select "Create Local LookAndFeel for selection"
All best,
Do -
@Dominik-Mayer superb thank you
-
@bendurso d'uh. :) thanks