﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
821	Have pseudobonds respect user hide flags	Tristan Croll	Eric Pettersen	"I understand why it makes sense to have pseudobonds remain visible when their atoms HIDE_RIBBON or HIDE_NUCLEOTIDE flags are set, but I think it would make more sense for other flags to hide them. I'd like to suggest amending lines 71-73 of Pseudobond.h to the following:

{{{
    { return (visible() &&
	      (atoms()[0]->display() || (atoms()[0]->hide()&(Atom::HIDE_RIBBON|Atom::HIDE_NUCLEOTIDE))) &&
	      (atoms()[1]->display() || (atoms()[1]->hide()&(Atom::HIDE_RIBBON|Atom::HIDE_NUCLEOTIDE)))); }
}}}"	enhancement	closed	minor		Depiction		not a bug		chimera-programmers				all	ChimeraX
