Changeset - a472171c50e4
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-15 08:46:23
drewp@bigasterisk.com
CC song change was breaking ctrl-p and time-hover behaviors
Ignore-this: eb24b8937e75b9310f12d18195f76367
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/curvecalc/curveview.py
Show inline comments
 
@@ -1049,6 +1049,8 @@ class CurveRow(object):
 
        self.update_ui_to_collapsed_state()
 

	
 
    def destroy(self):
 
        self.curveView.entered = False  # help suppress bad position events
 
        del self.curveView
 
        self.box.destroy()
 
        
 
    def initCurveView(self):
0 comments (0 inline, 0 general)