
Hi Elaine, ChimeraX team, When silhouettes is set to true, hiding all models causes a bug whereby the display panel is not responsive / redrawn. As far as I can tell other parts of the GUI are still working. Below is a minimal reproducer. Attached are screenshots of what I'm seeing when silhouettes true (bug) or silhouettes false (no bug). I am running this on MacOS 10.13.6 on a MBP with graphics "Intel Iris Plus Graphics 650 1536MB" (sorry not sure what might be relevant here), and the Chimera version is: UCSF ChimeraX version: 0.8 date: 2018-12-17 22:26:30 UTC branch: v0.8 commit: 412d62d1949722ed7f52b3e515ec0f3b70b6b7af Python: 3.6.4 Obviously there's a workaround to avoid this but this caught me a few times in the last couple of days and it'd be nice to not have to watch out for it because the only solution I've found so far is to quit ChimeraX and start again. Cheers, Alexis PS. here's the reproducer: open pdb:1tbq set silhouettes true # Hide stuff hide #!1 models # Wait a bit (alternatively stop here and return to interactive use before doing the next step) wait 100 # print version out version verbose # Try to show it again. This should work (and does if silhouettes false) show #!1 models