summaryrefslogtreecommitdiff
path: root/gui/gui.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-18 20:08:21 -0400
committerbd <bdunahu@operationnull.com>2025-04-18 20:08:21 -0400
commit5c2de6eccd2d4b32ce81082b82917e8768394ed1 (patch)
tree2a3714d437c203e0a21ea8444fe92016cb426dba /gui/gui.cc
parent5e96476ae29a104df1c4526ba1037dc830207d56 (diff)
Initial retro-theme change
Diffstat (limited to 'gui/gui.cc')
-rw-r--r--gui/gui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.cc b/gui/gui.cc
index 7e3ddfe..8281fb1 100644
--- a/gui/gui.cc
+++ b/gui/gui.cc
@@ -336,7 +336,7 @@ void GUI::on_enabl_cache_checkbox_checkStateChanged(const Qt::CheckState &arg1)
void GUI::on_step_btn_clicked()
{
qDebug() << "Run step button clicked.";
- int steps = step_values[ui->step_slider->value()];
+ int steps = step_values[ui->step_slider->value()];
emit sendRunSteps(steps);
}