Commit 802ec3e2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: need an input to update caching - fixes #2405

parent 4bba723a
...@@ -159,11 +159,11 @@ void InputManager::customEvent( QEvent *event ) ...@@ -159,11 +159,11 @@ void InputManager::customEvent( QEvent *event )
i_type != InterfaceAoutUpdate_Type ) i_type != InterfaceAoutUpdate_Type )
return; return;
if( !hasInput() ) return;
if( i_type == CachingEvent_Type ) if( i_type == CachingEvent_Type )
UpdateCaching(); UpdateCaching();
if( !hasInput() ) return;
if( ( i_type != PositionUpdate_Type && if( ( i_type != PositionUpdate_Type &&
i_type != ItemRateChanged_Type && i_type != ItemRateChanged_Type &&
i_type != ItemEsChanged_Type && i_type != ItemEsChanged_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