mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +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;
|
phononCurrent = -1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
playBT[phononCurrent]->setIcon(CompanionIcon("play.png"));
|
if (phononCurrent >= 0) {
|
||||||
|
playBT[phononCurrent]->setIcon(CompanionIcon("play.png"));
|
||||||
|
}
|
||||||
phononCurrent = index;
|
phononCurrent = index;
|
||||||
clickObject->clear();
|
clickObject->clear();
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue