ba132499f533f80c9e03de6c135ab9a1db9e5bd8
tdreszer
  Fri Oct 1 15:52:06 2010 -0700
Not enjoying unhappy news, I am making all containers be supject to reshaping in hgTracks
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index d9f435c..a5d546f 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -4273,8 +4273,8 @@
 struct track *track = trackList;
 for (;track != NULL; track = track->next)
     {
-    if (tdbIsMultiTrack(track->tdb))
-        if(cartTdbTreeMatchSubtrackVis(cart,track->tdb)) // Note, this is done for found multi-track kids but composites are only straightened up in hgTrackUi
+    if (tdbIsContainer(track->tdb))
+        if(cartTdbTreeMatchSubtrackVis(cart,track->tdb))
             track->visibility = tdbVisLimitedByAncestry(cart,track->tdb,FALSE);
 
     if (cartTdbTreeCleanupOverrides(track->tdb,newCart,oldVars))