summaryrefslogtreecommitdiff
path: root/muse2/muse/arranger/tlist.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-17 13:38:22 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-17 13:38:22 +0000
commitbe05b14db41582e4769568176b4ed37b7f5cbe4d (patch)
tree655c39a792e45f239fec2e928e805d5631629034 /muse2/muse/arranger/tlist.cpp
parent20be330d41e99293e39df45fc50a613ae220c4f2 (diff)
fixed crash when invoking channel-spinbox in track list
Diffstat (limited to 'muse2/muse/arranger/tlist.cpp')
-rw-r--r--muse2/muse/arranger/tlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/arranger/tlist.cpp b/muse2/muse/arranger/tlist.cpp
index 91c939db..c9f924f4 100644
--- a/muse2/muse/arranger/tlist.cpp
+++ b/muse2/muse/arranger/tlist.cpp
@@ -97,6 +97,7 @@ TList::TList(MusEWidget::Header* hdr, QWidget* parent, const char* name)
_scroll = 0;
editTrack = 0;
editor = 0;
+ chan_edit = NULL;
mode = NORMAL;
//setBackgroundMode(Qt::NoBackground); // ORCAN - FIXME