mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 22:01:10 +00:00
az
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1774 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5625f52f46
commit
0f4038564e
@ -479,7 +479,8 @@ void mplMainMouseHandle( int Button,int X,int Y,int RX,int RY )
|
||||
potihandled:
|
||||
if ( item->value > 100.0f ) item->value=100.0f;
|
||||
if ( item->value < 0.0f ) item->value=0.0f;
|
||||
if ( ( item->msg == evSetVolume )||( item->msg == evSetBalance ) ) mplMsgHandle( item->msg,item->value );
|
||||
// if ( ( item->msg == evSetVolume )||( item->msg == evSetBalance ) )
|
||||
mplMsgHandle( item->msg,item->value );
|
||||
mplMainRender=1; wsPostRedisplay( &appMPlayer.mainWindow );
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user