diff options
author | Florian Jung <flo@windfisch.org> | 2011-07-05 13:39:05 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-07-05 13:39:05 +0000 |
commit | 7193ff9d74fe76737d28ba77bf3dcadac19d2895 (patch) | |
tree | 33d3cee011bfe2557c61131929c21fa6329c188a /muse2/muse | |
parent | a0162f23ad2bbb050dcfdf38c80c34f417446159 (diff) | |
parent | f375241ea30ecbaecb341ed01bc0a29f2c35f817 (diff) |
merged with trunk, housekeeping
Diffstat (limited to 'muse2/muse')
-rw-r--r-- | muse2/muse/arranger/pcanvas.cpp | 1 | ||||
-rw-r--r-- | muse2/muse/midiedit/scoreedit.cpp | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/muse2/muse/arranger/pcanvas.cpp b/muse2/muse/arranger/pcanvas.cpp index 9fefaf70..edf60802 100644 --- a/muse2/muse/arranger/pcanvas.cpp +++ b/muse2/muse/arranger/pcanvas.cpp @@ -295,6 +295,7 @@ void PartCanvas::moveCanvasItems(CItemList& items, int dp, int dx, DragType dtyp } song->applyOperationGroup(operations); + partsChanged(); } //--------------------------------------------------------- diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp index 201c7119..811aaa2a 100644 --- a/muse2/muse/midiedit/scoreedit.cpp +++ b/muse2/muse/midiedit/scoreedit.cpp @@ -4470,8 +4470,6 @@ void staff_t::update_part_indices() * * CURRENT TODO * o draw the edge of parts hiding notes "jagged" (hasHiddenNotes() is interesting for this) - * o in Song::applyOperationGroup(): check for double entries (for example, - * resizing the same part twice) * * IMPORTANT TODO * o shrink a part from its beginning as well! watch out for clones! @@ -4481,7 +4479,6 @@ void staff_t::update_part_indices() * o canvas editor: create clone via "alt+drag" moves window instead * o investigate with valgrind * o controller view in score editor - * o deal with expanding parts * o fix sigedit boxes * o solo button * o grand staff brace |