v1.0.0-rc.108 #13

Merged
leonarski_f merged 6 commits from 2511-1.0.0-rc.108 into main 2025-11-24 12:27:54 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 57eeb29976 - Show all commits

View File

@@ -25,7 +25,7 @@ JFJochViewerSidePanel::JFJochViewerSidePanel(QWidget *parent) : QWidget(parent)
layout->addWidget(new TitleLabel("Image features", this));
auto spotToggleCheckBox = new QCheckBox("Show spots", this);
spotToggleCheckBox->setCheckState(Qt::CheckState::Checked);
spotToggleCheckBox->setCheckState(Qt::CheckState::Unchecked);
connect(spotToggleCheckBox, &QCheckBox::toggled, this, &JFJochViewerSidePanel::spotsToggled);

View File

@@ -38,7 +38,7 @@ private:
RingMode ring_mode = RingMode::Manual;
bool show_spots = true;
bool show_spots = false;
bool show_predictions = false;
bool highlight_ice_rings = true;