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

Qt4 - try to reset the Rate when input is done.

parent 3de9052d
...@@ -93,6 +93,7 @@ void InputManager::setInput( input_thread_t *_p_input ) ...@@ -93,6 +93,7 @@ void InputManager::setInput( input_thread_t *_p_input )
{ {
p_input = NULL; p_input = NULL;
i_input_id = 0; i_input_id = 0;
emit rateChanged( INPUT_RATE_DEFAULT );
} }
} }
......
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