ThemTheme Editor: Enabled sbs rendering underneath fms documents
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27608 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
79ae416b95
commit
85040111fe
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ QGraphicsScene* ParseTreeModel::render(ProjectModel* project,
|
||||||
QString extension = decomp.last();
|
QString extension = decomp.last();
|
||||||
if(extension[0] == 'r')
|
if(extension[0] == 'r')
|
||||||
remote = true;
|
remote = true;
|
||||||
if(extension.right(3).toLower() == "wps")
|
if(extension.right(3).toLower() == "wps"
|
||||||
|
|| extension.right(3).toLower() == "fms")
|
||||||
wps = true;
|
wps = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue