Skip to content

Commit

Permalink
fmk - updating PyrecodeResults for SC_Movie controls
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jan 27, 2025
1 parent 3a3046f commit eeca6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoveryWidgets/PyrecodesResults.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ PyrecodesResults::PyrecodesResults(QWidget * parent)
gifWidget->setLayout(gifLayout);
gifComboBox = new QComboBox();
// gifStackedWidget = new QStackedWidget();
movieWidget = new SC_MovieWidget(this,"");
movieWidget = new SC_MovieWidget(this,"", true);

gifLayout->addWidget(new QLabel("Select Realization:"),0,0);
gifLayout->addWidget(gifComboBox,0,1);
Expand Down

0 comments on commit eeca6f0

Please sign in to comment.