summaryrefslogtreecommitdiff
path: root/muse2/muse/app.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-01 18:13:45 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-01 18:13:45 +0000
commit3ed966e02579e9ccae39f080760612af5fe14b4c (patch)
treef2981245a60c77b0f3634afb41239c8566299856 /muse2/muse/app.cpp
parentbf8e7d673f110765906dc92cf266cc8af2d789f9 (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.cpp1
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.