Skip to content
Snippets Groups Projects
Commit 671b4ba2 authored by Gatien Ferret's avatar Gatien Ferret
Browse files

[fix][control toolbar] set default mode to play mode ( and update button...

[fix][control toolbar] set default mode to play mode ( and update button accordingly ) when going in stream mode

(cherry picked from commit 8bb4f504)
parent 68170899
No related branches found
No related tags found
1 merge request!349[fix][control toolbar] set default mode to play mode ( and update button...
Pipeline #290131 failed
Pipeline: LidarView

#290132

    ......@@ -289,11 +289,13 @@ void lqPlayerControlsToolbar::onSetLiveMode(bool liveModeEnabled)
    this->onToggled(!liveModeEnabled);
    // WIP MOVE THIS TO CONTROLLER
    // Sync button with state, It is paused when opening a new reader, and shall be in play mode when opening a stream
    if(liveModeEnabled){
    // Make LiveSource are running
    pqLiveSourceBehavior::resume();
    this->onPlaying(true);
    }else{
    // Sync button with state, It is paused when opening a new reader
    this->onPlaying(false);
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment