Commit dab72b3b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Hopefully fix the play button issue.

ILEoo, any idea why ?
parent adee2d26
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment