mirror of https://github.com/mpv-player/mpv
fs button bug fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3480 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dfe51a31fa
commit
d94735a287
|
@ -210,6 +210,7 @@ void ChangeSkin( void )
|
|||
btnModify( evSetVolume,mplShMem->Volume );
|
||||
btnModify( evSetBalance,mplShMem->Balance );
|
||||
btnModify( evSetMoviePosition,mplShMem->Position );
|
||||
btnModify( evFullScreen,!appMPlayer.subWindow.isFullScreen );
|
||||
}
|
||||
|
||||
void EventHandling( void )
|
||||
|
|
|
@ -706,6 +706,7 @@ void btnModify( int event,float state )
|
|||
{
|
||||
case itButton:
|
||||
appMPlayer.Items[j].pressed=(int)state;
|
||||
appMPlayer.Items[j].tmp=(int)state;
|
||||
break;
|
||||
case itPotmeter:
|
||||
case itHPotmeter:
|
||||
|
|
Loading…
Reference in New Issue