mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences dialog), added Simulation Time variable to device config panel, subline alternation is now dependent on that rather than time in song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80fa0efd1f
commit
de9ba10aab
7 changed files with 66 additions and 16 deletions
|
@ -553,7 +553,7 @@ void ParseTreeNode::render(const RBRenderInfo &info, RBViewport* viewport,
|
|||
times.append(findBranchTime(children[i], info));
|
||||
|
||||
/* Now we figure out which branch to select */
|
||||
double timeLeft = info.device()->data(QString("?pc")).toDouble();
|
||||
double timeLeft = info.device()->data(QString("simtime")).toDouble();
|
||||
int branch = 0;
|
||||
while(timeLeft > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue