This commit is contained in:
Nicolas Stepien 2013-04-17 16:11:46 +02:00
parent 8298f7e35d
commit a30243622e

View File

@ -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