提交 c837ea17 编写于 作者: M Mr.doob

Editor: Fixed Outliner rollover.

上级 12692ad5
......@@ -182,7 +182,7 @@ Sidebar.Scene = function ( editor ) {
var object = objects[ i ];
var option = buildOption( object, true );
option.style.marginLeft = ( pad * 10 ) + 'px';
option.style.paddingLeft = ( pad * 10 ) + 'px';
options.push( option );
addObjects( object.children, pad + 1 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册