commit/galaxy-central: jgoecks: Update track icons when decomposing a composite track into individual tracks.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/fc9b4ae154ef/ changeset: fc9b4ae154ef user: jgoecks date: 2012-08-07 15:52:14 summary: Update track icons when decomposing a composite track into individual tracks. affected #: 1 file diff -r 29680fa5c35e6c22a6b7208015237b95d4bce2cc -r fc9b4ae154efd2d8fb02c3637835a82767898be4 static/scripts/viz/trackster.js --- a/static/scripts/viz/trackster.js +++ b/static/scripts/viz/trackster.js @@ -4067,6 +4067,7 @@ track; for (var i = 0; i < this.drawables.length; i++) { track = this.drawables[i]; + track.update_icons(); group.add_drawable(track); track.container = group; group.content_div.append(track.container_div); Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket