mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Fix for last change
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@472 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -124,6 +124,7 @@ void CMenuWidget::Init(const std::string & Icon, const int mwidth, const int /*m
|
||||
wanted_height = height;
|
||||
current_page=0;
|
||||
offx = offy = 0;
|
||||
from_wizard = false;
|
||||
}
|
||||
|
||||
void CMenuWidget::move(int xoff, int yoff)
|
||||
@@ -434,8 +435,9 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
|
||||
for (unsigned int count = 0; count < items.size(); count++) {
|
||||
if(items[count] == GenericMenuNext)
|
||||
if(items[count] == GenericMenuNext) {
|
||||
items[count] = GenericMenuBack;
|
||||
}
|
||||
CMenuItem* item = items[count];
|
||||
item->init(-1, 0, 0, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user