mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
Merge branch 'check/next-cc'
Compiles on most platforms, starts. Not really tested.
Origin commit data
------------------
Branch: ni/coolstream
Commit: b93a372b54
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-10 (Sun, 10 Nov 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -28,16 +28,15 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
#include <gui/widget/menue.h>
|
||||
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <driver/screen_max.h>
|
||||
|
||||
#include <gui/components/cc_frm.h>
|
||||
#include <gui/widget/stringinput.h>
|
||||
#include <gui/components/cc_item_shapes.h>
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
|
||||
#include <neutrino_menue.h>
|
||||
#include <driver/fade.h>
|
||||
#include <driver/display.h>
|
||||
@@ -561,6 +560,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
if (titem->isSelectable()) {
|
||||
items[selected]->paint( false );
|
||||
selected= i;
|
||||
paintHint(selected);
|
||||
pos = selected;
|
||||
msg= CRCInput::RC_ok;
|
||||
} else {
|
||||
// swallow-key...
|
||||
|
Reference in New Issue
Block a user