diff bin/curvecalc @ 711:e94989da079c

more curve editor bindings. delete signal isn't done Ignore-this: e81c81134cd87f3633821841c4ec8dac
author drewp@bigasterisk.com
date Sun, 10 Jun 2012 21:05:57 +0000
parents 10ee0756a119
children 9865cf5e07fd
line wrap: on
line diff
--- a/bin/curvecalc	Sun Jun 10 18:26:21 2012 +0000
+++ b/bin/curvecalc	Sun Jun 10 21:05:57 2012 +0000
@@ -112,6 +112,9 @@
         # threads. I don't know whose they are.
         os.kill(os.getpid(), signal.SIGKILL)
 
+    def onDelete(self, *args):
+        self.curvesetView.onDelete()
+
     def onPythonConsole(self, item):
         togglePyConsole(self, item, self.__dict__)