helpbox: enable paint bg in addLine()

disable not required


Origin commit data
------------------
Commit: 79a22af4d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
This commit is contained in:
2021-11-16 20:17:27 +01:00
committed by vanhofen
parent 5ebf40b151
commit 03a8b14109

View File

@@ -89,7 +89,6 @@ void Helpbox::addLine(const std::string& icon, const std::string& text, const in
picon = new CComponentsPicture (0, 0, icon);
w_picon = picon->getWidth();
h_picon = picon->getHeight();
picon->doPaintBg(false);
picon->setYPos(line->getHeight()/2 - h_picon/2);
picon->SetTransparent(CFrameBuffer::TM_BLACK);
line->addCCItem(picon);