Fix triggering of stop animation when playing no samples after stopping song playing samples
This commit is contained in:
@@ -167,6 +167,11 @@ public:
|
||||
return m_wasPlaying;
|
||||
}
|
||||
|
||||
void setWasPlaying(bool wasPlaying)
|
||||
{
|
||||
m_wasPlaying = wasPlaying;
|
||||
}
|
||||
|
||||
signals:
|
||||
void playing();
|
||||
void notPlaying();
|
||||
|
||||
Reference in New Issue
Block a user