Debug assertion in CFrame::CollectInvalidRects::addRect()

Hi,
VSTGUI is designed to only operate on one thread (with one exception and that is the call to setDirty() which may be called from other threads if CView::kDirtyCallAlwaysOnMainThread is not set to ‘true’). You have to make sure that this principle is not violated.

Cheers
Arne