diff bin/curvecalc @ 1065:9681de580c1d

fix curve canvas coord display issue; remove 'collapse' widget Ignore-this: 7a37e9de6e43be5801404ca9185d679d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 02 Jun 2014 04:37:50 +0000
parents 4e449d40f42c
children e71abaa857ed
line wrap: on
line diff
--- a/bin/curvecalc	Mon Jun 02 01:21:03 2014 +0000
+++ b/bin/curvecalc	Mon Jun 02 04:37:50 2014 +0000
@@ -406,7 +406,7 @@
                     self.curvesetView.live = False
 
                 # mem problem somewhere; need to hold a ref to this
-                self.curvesetView = curveview.Curvesetview(
+                self.curvesetView = curveview.Curvesetview(self.graph, 
                     curvesVBox, zoomControlBox, self.curveset)
                 self.curvesetView._mtimes = mtimes