diff bin/curvecalc @ 966:16c771461cde

attempt to fix zoom corruption when CC song changes, but this didn't work Ignore-this: 819c2ecbb657cae8ca4c4bd7e32c3486
author drewp@bigasterisk.com
date Sat, 15 Jun 2013 08:51:31 +0000
parents ced2c5e5fb31
children 92bffc402b52
line wrap: on
line diff
--- a/bin/curvecalc	Sat Jun 15 08:46:23 2013 +0000
+++ b/bin/curvecalc	Sat Jun 15 08:51:31 2013 +0000
@@ -76,6 +76,7 @@
 
         def setSong():
             songChoice(graph.value(session, L9['currentSong']))
+            dispatcher.send("song_has_changed")
         graph.addHandler(setSong)
         # next here, watch songChoice and patch the graph
         def songToGraph(newSong):