We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c644af commit 5632974Copy full SHA for 5632974
Studio/Analysis/AnalysisTool.cpp
@@ -345,6 +345,8 @@ void AnalysisTool::set_session(QSharedPointer<Session> session) {
345
ui_->group1_button->setChecked(false);
346
ui_->group2_button->setChecked(false);
347
update_difference_particles();
348
+ ui_->pcaSlider->setValue(0);
349
+ ui_->group_slider->setValue(10);
350
351
ui_->show_predicted_scalar->setChecked(false);
352
ui_->show_difference_to_predicted_scalar->setChecked(false);
0 commit comments