Browse Source

Hopefully fix the play button issue.

ILEoo, any idea why ?
pull/2/head
Jean-Baptiste Kempf 19 years ago
parent
commit
dab72b3b72
  1. 7
      modules/gui/qt4/input_manager.cpp

7
modules/gui/qt4/input_manager.cpp

@ -174,8 +174,11 @@ void InputManager::customEvent( QEvent *event )
if( !hasInput() ) return;
if( ( type != PositionUpdate_Type && type != ItemRateChanged_Type ) &&
( i_input_id != ple->i_id ) )
if( ( type != PositionUpdate_Type &&
type != ItemRateChanged_Type &&
type != ItemStateChanged_Type
)
&& ( i_input_id != ple->i_id ) )
return;
if( type != PositionUpdate_Type )

Loading…
Cancel
Save