PopupMenu: DropShadow Disabling

Hi Jules,

Would you mind adding a means for disabling the DropShadows on PopupMenus? It currently does not fit in my design, and I always needlessly get this assertion in the DropShadower code:

        jassert (owner->isOpaque()); // doesn't work properly for semi-transparent comps!

Can’t you do this already by overriding LookAndFeel::getMenuWindowFlags ()?

Ah perhaps… at first glance that didn’t seem related - till I did a search with it through the code-base after you mentioning it. Will check it out - thanks!