checking setup conditions for viewelements

This commit is contained in:
louis
2015-03-13 18:00:39 +01:00
parent b84af82ef5
commit 229b1274a5
21 changed files with 129 additions and 53 deletions

View File

@@ -227,7 +227,7 @@ void cDisplayPluginView::DrawScrollbar(void) {
}
void cDisplayPluginView::DrawTabLabels(void) {
if (!ViewElementImplemented((eViewElement)pveTablabels)) {
if (!ExecuteViewElement((eViewElement)pveTablabels)) {
return;
}
map < string, string > labelStringTokens;