Fix #1044.
This commit is contained in:
parent
8298f7e35d
commit
a30243622e
@ -1288,7 +1288,7 @@ ThreadHiding =
|
|||||||
ThreadHiding.saveHiddenState thread
|
ThreadHiding.saveHiddenState thread
|
||||||
|
|
||||||
hide: (thread, makeStub=Conf['Stubs']) ->
|
hide: (thread, makeStub=Conf['Stubs']) ->
|
||||||
return if thread.hidden
|
return if thread.isHidden
|
||||||
{OP} = thread
|
{OP} = thread
|
||||||
threadRoot = OP.nodes.root.parentNode
|
threadRoot = OP.nodes.root.parentNode
|
||||||
threadRoot.hidden = thread.isHidden = true
|
threadRoot.hidden = thread.isHidden = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user