mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4e7ab7a93
commit
32ff4e93bd
5 changed files with 171 additions and 189 deletions
|
|
@ -79,6 +79,7 @@ private:
|
|||
QList<ParseTreeNode*> children;
|
||||
|
||||
static int openConditionals;
|
||||
static bool breakFlag;
|
||||
QGraphicsItem* rendered;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue