summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-21 18:52:05 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-21 18:52:05 +0000
commit6aa5a11e56b977c26cb4e108e23ed191160ba801 (patch)
treed44138a4d6c4740732e0b5c36a4d5d28ea67495c /muse2/muse/midiedit/scoreedit.cpp
parent74ef94afca796f9cdd2fe9b5eba0c60c3c9150d3 (diff)
automatic maximizing for arranger when in traditional SDI mode
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index 1e86e1e0..73d796fa 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4450,6 +4450,10 @@ void staff_t::update_part_indices()
* changing "share" status, the changed state isn't stored
*
* CURRENT TODO
+ * o fullscreen mode for muse
+ * o clear menu/toolbars when hiding a window
+ * o strange sizes of toolbars oO?
+ * o restore arranger's maximized state when loading
* o remove that ugly "bool initalizing" stuff. it's probably unneeded (watch out for the FINDMICH message)
* 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!