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