Skip to content
Snippets Groups Projects
Commit 27627af9 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Do not display string number when single note mode

- technikals are used only for bandoneon so far
parent ad0a0bc2
No related branches found
No related tags found
No related merge requests found
Pipeline #3421 skipped
......@@ -654,7 +654,8 @@ void TnootkaQML::instrumentChangesNoteSlot() {
if (m_scoreObject->singleNote()) {
m_scoreObject->setNote(0, instrNote);
m_scoreObject->setTechnical(0, m_instrument->technical());
if (GLOB->instrument().bandoneon())
m_scoreObject->setTechnical(0, m_instrument->technical());
} else {
if (m_scoreObject->selectedItem() == nullptr) {
auto r= m_scoreObject->workRhythm();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment