summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-31 20:15:13 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-31 20:15:13 +0000
commite64c6677de790368781f7d9f1ba1c98bcfc521d2 (patch)
tree6b4d788a846b021e13ee4875d43c4604965943ab /muse2/muse/midiedit
parente6b32e0c06254a99b09133b39e4f7c06bd9ec6ed (diff)
structure operations operate on selected tracks, not on non-muted tracks
fixed infinite recursion bug in global operations
Diffstat (limited to 'muse2/muse/midiedit')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index f4087ad2..d3bd26a7 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4451,7 +4451,6 @@ void staff_t::update_part_indices()
* CURRENT TODO
* M o remove that ugly "bool initalizing" stuff. it's probably unneeded (watch out for the FINDMICH message)
* M o shortcuts for "pencil" in score editor etc.
- * o structure ops only operate on muted tracks. really!
* o mirror most menus to an additional right-click context menu to avoid the long mouse pointer
* journey to the menu bar. try to find a way which does not involve duplicate code!
* o implement borland-style maximize: free windows do not cover the main menu, even when maximized