mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponentsText: rename getCCItemTextBoxInst -> getCTextBoxObject
This name should be more plausible
This commit is contained in:
@@ -290,7 +290,7 @@ void CImageInfo::ScrollLic(bool scrollDown)
|
||||
{
|
||||
if (cc_lic && (cc_lic->cctext)) {
|
||||
//get the textbox instance from infobox object and use CTexBbox scroll methods
|
||||
CTextBox* ctb = cc_lic->cctext->getCCItemTextBoxInst();
|
||||
CTextBox* ctb = cc_lic->cctext->getCTextBoxObject();
|
||||
if (ctb) {
|
||||
ctb->enableBackgroundPaint(true);
|
||||
if (scrollDown)
|
||||
|
Reference in New Issue
Block a user