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

This commit is contained in:
svenhoefer
2015-12-14 20:34:23 +01:00
parent 6fc8fb2bee
commit a52a0e6c1b
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;