Skip to content

Conversation

@Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented Dec 22, 2020

Mixer::Mixer(QWidget* parent)
: QDockWidget(qApp->translate("Mixer", "Mixer"), parent),
showDetails(true),
showDetails(preferences.getBool(PREF_IO_MIDI_SHOWCONTROLSINMIXER)),
Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Dec 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow this doesn't seem to result in the prefecence being read and set when opening the Mixer for the 1st time?!?


if (mixer == 0) {
mixer = new Mixer(this);
mixer->showDetailsToggled(preferences.getBool(PREF_IO_MIDI_SHOWCONTROLSINMIXER));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what brings it to senses on the 1st open.

@vpereverzev vpereverzev merged commit b9246aa into musescore:3.x Dec 29, 2020
@Jojo-Schmitz Jojo-Schmitz deleted the mixer branch December 29, 2020 07:11
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Feb 3, 2021
Before musescore#7145, to fix https://musescore.org/en/node/286153, that setting got ignored, so it always showed the full mixer.
vpereverzev pushed a commit that referenced this pull request Feb 3, 2021
Before #7145, to fix https://musescore.org/en/node/286153, that setting got ignored, so it always showed the full mixer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants