Zachary Melson
Zachary Melson
Hello, I am new to this project and would like to contribute. Based on my understanding of the architecture, would this issue require updating the UI actions for the relevant...
Thank you for the clarification and guidance @shoogle, it is very appreciated!
Okay, I've been testing some things locally and I've traced the function calls down to [DockPageView::setDockOpen()](https://github.com/musescore/MuseScore/blob/bd3e1bbe78a2a0303767591c0c058b5781b7e22f/src/appshell/view/dockwindow/dockpageview.cpp#L184). I've tried manipulating some of the properties of the DockBase and DockPanelView objects and...
Never mind on the previous question, I ended up going one step deeper and found the property [isCurrentTab()](https://github.com/musescore/MuseScore/blob/294b8d8788e7859cce206bd6a219115ae7c5f785/thirdparty/KDDockWidgets/src/DockWidgetBase.h#L259) and the function [setAsCurrentTab()](https://github.com/musescore/MuseScore/blob/294b8d8788e7859cce206bd6a219115ae7c5f785/thirdparty/KDDockWidgets/src/DockWidgetBase.h#L264) under the DockWidget class. I ended up writing...
Just to confirm, should the behavior of the shortcut commands and drop-down menu be different? That is, should the drop-down always close the panel if it is open, regardless of...