summaryrefslogtreecommitdiff
path: root/muse2/muse
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2013-02-26 21:47:32 +0000
committerRobert Jonsson <spamatica@gmail.com>2013-02-26 21:47:32 +0000
commitdbaaf5adb0f0b12a73d504b486f7385dfd5103ea (patch)
treebc42d6dec6c5a30bec74969634a7e3dc697fc200 /muse2/muse
parentee6fb96475c7bd70bb54da9ccae17c56330c8e6f (diff)
theme tweaks
Diffstat (limited to 'muse2/muse')
-rw-r--r--muse2/muse/conf.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/muse2/muse/conf.cpp b/muse2/muse/conf.cpp
index 535b6dbc..73a234d9 100644
--- a/muse2/muse/conf.cpp
+++ b/muse2/muse/conf.cpp
@@ -863,10 +863,8 @@ void readConfiguration(Xml& xml, bool doReadMidiPortConfig, bool doReadGlobalCon
MusEGlobal::config.rulerBg = readColor(xml);
else if (tag == "rulerForegroundColor")
MusEGlobal::config.rulerFg = readColor(xml);
- else if (tag == "rulerCurrentColor") {
+ else if (tag == "rulerCurrentColor")
MusEGlobal::config.rulerCurrent = readColor(xml);
- printf ("Read ruler current color!!!!!\n");
- }
else if (tag == "midiCanvasBackgroundColor")
MusEGlobal::config.midiCanvasBg = readColor(xml);
else if (tag == "midiControllerViewBackgroundColor")