shares: hide md-hist too

This commit is contained in:
ed 2026-08-16 22:31:09 +00:00
parent 21c2c72889
commit 9ff6a71a2a

View file

@ -3250,6 +3250,9 @@ class AuthSrv(object):
# transplant shadowing into shares # transplant shadowing into shares
for vn in shv.nodes.values(): for vn in shv.nodes.values():
svn, srem = vn.shr_src # type: ignore svn, srem = vn.shr_src # type: ignore
if "show_hist" not in vn.flags:
zvn = VFS(self.log_func, "", "", "", AXS(), self.vf0())
vn.nodes[".hist"] = zvn
if srem: if srem:
continue # free branch, safe continue # free branch, safe
ap = svn.canonical(srem) ap = svn.canonical(srem)