Fixes #2164
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user