summaryrefslogtreecommitdiff
path: root/gui/gui.cc
diff options
context:
space:
mode:
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);
}