1
0
Fork 0
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:
Romolo Manfredini 2015-05-02 19:20:53 +02:00
commit 1ec7eaad0a

View file

@ -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__