The master volume float was not updated when the master volume was
chamged using the mouse wheel. This commit fixes that problem.
This commit is contained in:
Michael Gregorius
2015-07-06 21:52:25 +02:00
parent d0c38960b8
commit e3c645ec53

View File

@@ -415,7 +415,9 @@ void SongEditor::closeEvent( QCloseEvent * _ce )
void SongEditor::setMasterVolume( int _new_val )
{
if( m_mvsStatus->isVisible() == false && m_song->m_loadingProject == false
updateMasterVolumeFloat( _new_val );
if( !m_mvsStatus->isVisible() && !m_song->m_loadingProject
&& m_masterVolumeSlider->showStatus() )
{
m_mvsStatus->moveGlobal( m_masterVolumeSlider,