mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-07 21:58:35 +02:00
menue: initialize height variable
This commit is contained in:
@@ -561,6 +561,7 @@ void CMenuWidget::Init(const std::string &NameString, const std::string &Icon, c
|
|||||||
{
|
{
|
||||||
//pos
|
//pos
|
||||||
x = y = 0;
|
x = y = 0;
|
||||||
|
height = 0;
|
||||||
|
|
||||||
//caption and icon
|
//caption and icon
|
||||||
nameString = NameString;
|
nameString = NameString;
|
||||||
|
Reference in New Issue
Block a user