Skip to content

Commit

Permalink
[fix/aut970] Fixed number of transitions does not appear after loading (
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandboudaud authored Oct 4, 2021
1 parent 9cde5d5 commit f3e7f30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/examples/source/SmartPeakGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,11 @@ int main(int argc, char** argv)
ImGui::NewFrame();

{ // keeping this block to easily collapse/expand the bulk of the loop
// Intialize the window sizes

session_handler_.setMinimalDataAndFilters(application_handler_.sequenceHandler_);

event_dispatcher.dispatchEvents();

session_handler_.setMinimalDataAndFilters(application_handler_.sequenceHandler_);

win_size_and_pos.setXAndYSizes(io.DisplaySize.x, io.DisplaySize.y);
if ((!workflow_is_done_) && workflow_manager_.isWorkflowDone()) // workflow just finished
{
Expand Down

0 comments on commit f3e7f30

Please sign in to comment.