diff options
author | Florian Jung <flo@windfisch.org> | 2011-10-03 14:02:55 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-10-03 14:02:55 +0000 |
commit | 890ee8999eaca679fa1874adf3f572f365138e29 (patch) | |
tree | 0e441d2a3f0ff9d50eb1e1137953d73caf40527a /muse2/muse/midiedit/dcanvas.cpp | |
parent | d2427fa3b72eeb897ab214b38572009e6e4f4987 (diff) |
drum map changes are now handled properly
Diffstat (limited to 'muse2/muse/midiedit/dcanvas.cpp')
-rw-r--r-- | muse2/muse/midiedit/dcanvas.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/midiedit/dcanvas.cpp b/muse2/muse/midiedit/dcanvas.cpp index 8e2f284d..35236e87 100644 --- a/muse2/muse/midiedit/dcanvas.cpp +++ b/muse2/muse/midiedit/dcanvas.cpp @@ -977,7 +977,9 @@ void DrumCanvas::mapChanged(int spitch, int dpitch) } - song->update(SC_DRUMMAP); + song->update(SC_DRUMMAP); // this causes a complete rebuild of ourDrumMap + // which also handles the changed order in all + // other drum editors } } |