diff options
author | Florian Jung <flo@windfisch.org> | 2011-05-01 18:13:45 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-05-01 18:13:45 +0000 |
commit | 3ed966e02579e9ccae39f080760612af5fe14b4c (patch) | |
tree | f2981245a60c77b0f3634afb41239c8566299856 /muse2/muse/app.cpp | |
parent | bf8e7d673f110765906dc92cf266cc8af2d789f9 (diff) |
-removed split_note property from staff_t (replaced by SPLIT_NOTE macro)
- fixed a toolbar-naming-bug
- implemented reading and writing the score edit's status
- changed name initalizing
- and probably also introduced some segfaults i couldn't track :(
Diffstat (limited to 'muse2/muse/app.cpp')
-rw-r--r-- | muse2/muse/app.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/app.cpp b/muse2/muse/app.cpp index 8def91ec..052bb48b 100644 --- a/muse2/muse/app.cpp +++ b/muse2/muse/app.cpp @@ -1892,6 +1892,7 @@ void MusE::loadProjectFile1(const QString& name, bool songTemplate, bool loadAll song->updatePos(); clipboardChanged(); // enable/disable "Paste" selectionChanged(); // enable/disable "Copy" & "Paste" + scoreNamingChanged(); // inform the score menus about the new scores and their names progress->setValue(50); // p3.3.53 Try this AFTER the song update above which does a mixer update... Tested OK - mixers resize properly now. |