forked from len0rd/rockbox
Theme Editor: Enabled editing tag parameters from a treeview
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26452 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
253cfbcd47
commit
5943f4c5e2
6 changed files with 119 additions and 8 deletions
|
|
@ -481,6 +481,9 @@ int skin_parse_tag(struct skin_element* element, char** document)
|
|||
if(*cursor == COMMENTSYM)
|
||||
skip_comment(&cursor);
|
||||
|
||||
/* Storing the type code */
|
||||
element->params[i].type_code = *tag_args;
|
||||
|
||||
/* Checking a nullable argument for null */
|
||||
if(*cursor == DEFAULTSYM)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue