diff options
| author | Florian Jung <flo@windfisch.org> | 2011-09-17 13:38:22 +0000 | 
|---|---|---|
| committer | Florian Jung <flo@windfisch.org> | 2011-09-17 13:38:22 +0000 | 
| commit | be05b14db41582e4769568176b4ed37b7f5cbe4d (patch) | |
| tree | 655c39a792e45f239fec2e928e805d5631629034 /muse2/muse | |
| parent | 20be330d41e99293e39df45fc50a613ae220c4f2 (diff) | |
fixed crash when invoking channel-spinbox in track list
Diffstat (limited to 'muse2/muse')
| -rw-r--r-- | muse2/muse/arranger/tlist.cpp | 1 | 
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 | 
