detached scrapercontent in blackhole displaychannel

This commit is contained in:
louis
2015-05-14 06:53:46 +02:00
parent f33354ba5a
commit e9ab094e96
2 changed files with 4 additions and 1 deletions

View File

@@ -187,6 +187,9 @@ void cView::ClearViewElement(eViewElement ve) {
if (detachedVE) {
detachedVE->Clear();
return;
} else {
if (DetachViewElement(ve))
return;
}
cTemplateViewElement *viewElement = NULL;
int currentAnimCat = ve;