Look & Feel modifies the HISE IDE, not only my plugin GUI
-
AhoI! I've been experimenting with look & feel to make some simple flat rotary sliders for my gui, but it also applies to the hise ide making it unusable.... how can this be prevented?
also, is there a way to have different looks for some knobs?
-
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