CBEChannelWidget/CBEChannelSelectWidget: remove setShadowOnOff()

Name and function was changed
This commit is contained in:
2015-11-19 15:57:38 +01:00
parent 0146511f38
commit 86b4c81cab
2 changed files with 12 additions and 5 deletions

View File

@@ -309,7 +309,7 @@ void CBEChannelSelectWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
ibox->setDimensionsAll(x, ypos2, width, info_height);
ibox->setFrameThickness(2);
ibox->setCorner(RADIUS_LARGE);
ibox->setShadowOnOff(CC_SHADOW_OFF);
ibox->disableShadow();
}
}
}