Skip to content

Commit

Permalink
Merge pull request musescore#23039 from wizofaus/fix_palette_drag
Browse files Browse the repository at this point in the history
Fix musescore#22821 - can no longer drag to palette after dismissing More popup
  • Loading branch information
RomanPudashkin authored Jun 6, 2024
2 parents 551d4a8 + 24038f6 commit bb5ae08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/palette/qml/MuseScore/Palette/internal/PaletteTree.qml
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,9 @@ StyledListView {
customPaletteRootIndex = paletteTree.paletteProvider.customElementsPaletteIndex(control.modelIndex) // TODO: make a property binding? (but that works incorrectly)
customPaletteController = paletteTree.paletteProvider.customElementsPaletteController
}
if (!isOpened) {
paletteTree.expandedPopupIndex = null
}
}

property bool needScrollToBottom: false
Expand Down

0 comments on commit bb5ae08

Please sign in to comment.