mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
shortcut icon bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11857 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
89bf192026
commit
4927670ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -958,7 +958,7 @@ function createTreeMarkup(aNode, sParentSrl, sMenuTree, sMenuTreeNode){
|
|||
if(sIsStartModule){
|
||||
sTextWithIcons += " ${h}";
|
||||
}
|
||||
if(!htNodeInfo[sNodeSrl].module){
|
||||
if(!htNodeInfo[sNodeSrl].module && nNodeType === 2){
|
||||
sTextWithIcons += " ${s}";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue