forked from len0rd/rockbox
Theme Editor: Status bar no longer drawn by default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27263 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e40988803
commit
8219cfe988
3 changed files with 6 additions and 13 deletions
|
@ -628,15 +628,17 @@ bool ParseTreeNode::execTag(const RBRenderInfo& info, RBViewport* viewport)
|
|||
switch(element->tag->name[1])
|
||||
{
|
||||
case 'd':
|
||||
info.screen()->disableStatusBar();
|
||||
/* %wd */
|
||||
/* Disable SBS rendering */
|
||||
return true;
|
||||
|
||||
case 'e':
|
||||
info.screen()->enableStatusBar();
|
||||
/* %we */
|
||||
/* Totally extraneous */
|
||||
return true;
|
||||
|
||||
case 'i':
|
||||
info.screen()->disableStatusBar();
|
||||
/* %wi */
|
||||
viewport->enableStatusBar();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue