Skip to content

Commit

Permalink
Slight fix discarding obsolete xml tag drumTrackLabelBg2
Browse files Browse the repository at this point in the history
  • Loading branch information
terminator356 committed Feb 22, 2020
1 parent 7abc0ab commit c66b820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions muse3/muse/conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,8 @@ void readConfiguration(Xml& xml, bool doReadMidiPortConfig, bool doReadGlobalCon
else if (tag == "midiTrackLabelBg")
MusEGlobal::config.midiTrackLabelBg = readColor(xml);
// Obsolete. There is only 'New' drum tracks now.
// else if (tag == "drumTrackLabelBg2")
// MusEGlobal::config.drumTrackLabelBg = readColor(xml);
else if (tag == "drumTrackLabelBg2")
/*MusEGlobal::config.drumTrackLabelBg =*/ readColor(xml);
else if (tag == "newDrumTrackLabelBg2")
MusEGlobal::config.newDrumTrackLabelBg = readColor(xml);
else if (tag == "waveTrackLabelBg")
Expand Down

0 comments on commit c66b820

Please sign in to comment.