Merge pull request #3444 from LMMS/jasp00-patch-3

Document identifier collision in peak_controller_effect_controls.cpp
This commit is contained in:
Tres Finocchiaro
2017-05-02 22:20:28 -04:00
committed by GitHub

View File

@@ -78,6 +78,7 @@ void PeakControllerEffectControls::loadSettings( const QDomElement & _this )
}
else
{
// TODO: Fix possible collision
m_effect->m_effectId = rand();
}