SystemTrayIconComponent and mouseUp

In my SystemTrayIconComponent subclass, e.mods.isLeftButtonDown() always returns false in mouseUp, while mouseDown works as expected. According to the debugger, mods.flags = 0 and mods.currentModifierFlags = 16. I’m pretty sure those values should be reversed.

Ok, thanks - I’ve checked-in a fix for it now…