mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponentsText: add missing init in constructor
This commit is contained in:
@@ -42,6 +42,8 @@ CComponentsText::CComponentsText()
|
|||||||
{
|
{
|
||||||
//CComponentsText
|
//CComponentsText
|
||||||
initVarText();
|
initVarText();
|
||||||
|
|
||||||
|
initCCText();
|
||||||
}
|
}
|
||||||
|
|
||||||
CComponentsText::CComponentsText( const int x_pos, const int y_pos, const int w, const int h,
|
CComponentsText::CComponentsText( const int x_pos, const int y_pos, const int w, const int h,
|
||||||
|
Reference in New Issue
Block a user