i’ve adopted the standard juce toolbar instead of mine, but the look and feel doesn’t give complete control over the toolbar paint methods:
in paintToolbarBackground there should be the possibility to use a specific toolbar background colour instead of an hardcoded one.
paintToolbarButtonBackground is good, but i lack paintToolbarButton in which i’ll draw the button using its state (i want to change the disabled state of a button to be 0.5 alpha blended, or the mouseOver to do a setOverlayColour over the Drawable, not the background), this could be changed by using different states for the ToolbarButton constructor also, not taking only the button normal and toggled image, but also the disabled and overed (like any other DrawableButton).
Sure, I’ll make some of the toolbar colours into proper adjustable ones - I should really have done that when I updated all the colour stuff. And I’ll check out the button code and see what I can do. Cheers.
I’m not sure if this is related or not, but I’m having a problem with my toolbar losing color when it loses focus. Is there a way to tell it to always act like it’s in focus? Likewise, when my toolbar is in focus, my menu items are no longer available to be clicked. How do I tell these components never to act like they are out of focus?