infoviewer: do always show all buttons; enable is controlled by usermenu

Origin commit data
------------------
Branch: ni/coolstream
Commit: a52a0e6c1b
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-14 (Mon, 14 Dec 2015)

Origin message was:
------------------
- infoviewer: do always show all buttons; enable is controlled by usermenu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-12-14 20:34:23 +01:00
parent a2047c8297
commit 70afef5d94
2 changed files with 10 additions and 0 deletions

View File

@@ -313,7 +313,11 @@ void CInfoViewerBB::getBBButtonInfo()
// continue;
}
else
#else
if (!bbButtonInfo[i].active)
bbButtonInfo[i].paint = false;
#endif
else
{
count++;
bbButtonInfo[i].paint = true;