﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
684	Bugs in changes.py	Tristan Croll	Tom Goddard	"At the moment, the 'model display changed' trigger only fires when an entire model is shown or hidden, but there doesn't appear to be a trigger that fires to indicate when ''part'' of a model has changed its display. In my case I want to tie the visibility of my restraint target ""atoms"" and pseudobonds to the visibility of the restrained atoms, e.g.:


{{{

        self._display_changed_handler = self.session.triggers.add_handler(
            'model display changed', self._update_target_display)

    def _update_target_display(self, model):
        if model == self.master_model:
            self.target_indicators.displays = self.atoms.displays

}}}

... but that doesn't appear to be possible at the moment."	defect	closed	major		Sessions		fixed		Tristan Croll				all	ChimeraX
