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