mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
checking setup conditions for viewelements
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user