mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Merge origin/next into profilebackupfolder_next
This commit is contained in:
commit
1ec7eaad0a
1 changed files with 3 additions and 1 deletions
|
@ -264,7 +264,9 @@ void CustomFunctionsPanel::playMusic()
|
|||
phononCurrent = -1;
|
||||
}
|
||||
else {
|
||||
playBT[phononCurrent]->setIcon(CompanionIcon("play.png"));
|
||||
if (phononCurrent >= 0) {
|
||||
playBT[phononCurrent]->setIcon(CompanionIcon("play.png"));
|
||||
}
|
||||
phononCurrent = index;
|
||||
clickObject->clear();
|
||||
#ifdef __APPLE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue