Skip to content

Commit

Permalink
Merge pull request #72 from worldwideweary/3.x-www-0045-PlayPanelFocu…
Browse files Browse the repository at this point in the history
…sMasterVolum

Play Panel: Autofocus onto Master Volume when activating/showing
  • Loading branch information
worldwideweary authored Oct 12, 2024
2 parents f82efd2 + cf905ff commit b25abb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/playpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ void PlayPanel::showEvent(QShowEvent* e)
activateWindow();
setFocus();
}
volSpinBox->setFocus();
volSpinBox->selectAll();
}

//---------------------------------------------------------
Expand Down

0 comments on commit b25abb4

Please sign in to comment.