forked from len0rd/rockbox
Theme Editor: Stopped conditionals and sublines from triggering newlines and made combo boxes in config panel return text if not used in a conditional
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27184 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5565a28c7d
commit
9d6b5d6317
3 changed files with 15 additions and 6 deletions
|
|
@ -60,7 +60,8 @@ public:
|
|||
}
|
||||
|
||||
void render(const RBRenderInfo& info);
|
||||
void render(const RBRenderInfo &info, RBViewport* viewport);
|
||||
void render(const RBRenderInfo &info, RBViewport* viewport,
|
||||
bool noBreak = false);
|
||||
|
||||
double findBranchTime(ParseTreeNode* branch, const RBRenderInfo& info);
|
||||
double findConditionalTime(ParseTreeNode* conditional,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue