﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
15313	Volume Viewer not updating volume name	deng.luo@…	Tom Goddard	"{{{
The following bug report has been submitted:
Platform:        Windows-10-10.0.22631
ChimeraX Version: 1.7.1 (2024-01-23 01:58:08 UTC)
Description
Volume name not updating in Volume Viewer

Open a volume, change its name, the name is not changed in Volume Viewer

from chimerax.map.volume import volume_list
v = volume_list(session)[0]
v.name = ""new name""

Then only the name in the Models panel is updated. 

The closest probable callback I can guess is `volume_name_change_cb` at 
https://github.com/RBVI/ChimeraX/blob/c80fff87daf54be6aac3d6eb66db153ed714cbfb/src/bundles/map/src/volume_viewer.py#L567

But I could not figure out how to call it.
}}}
"	defect	assigned	normal		Volume Data				Eric Pettersen				all	ChimeraX
