Tabbed component notification

Just noticed that the TabbedComponent still uses the old style “send message” (true or false) parameter, instead of the new enum dontSendNotification, etc.

Anyway, maybe there is a reason for it, but thought I would mention it since it is probably an oversight and you would want to be consistent.

The TabbedComponent uses the ChangeBroadcaster method to send notifications so always sends them asynchronously and isn’t compatible with the NotificationType enum that’s used in other classes. Thanks for the suggestion though!

Ah, that makes sense. Ok, cheers.