summaryrefslogtreecommitdiff
path: root/gui/worker.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-27 13:06:44 -0400
committerbd <bdunahu@operationnull.com>2025-04-27 13:06:44 -0400
commitc00703033380d68eeff47c40a9c7dc5f8cd7fb1f (patch)
tree78e088fd451a5fbe80406c4506223f27a8755514 /gui/worker.cc
parenta4dd1f00a5d0108058fb3bfbd5f399a507792859 (diff)
Report status correctly when steps have finished running
Diffstat (limited to 'gui/worker.cc')
-rw-r--r--gui/worker.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/worker.cc b/gui/worker.cc
index 0ba364b..dd7b637 100644
--- a/gui/worker.cc
+++ b/gui/worker.cc
@@ -72,6 +72,7 @@ void Worker::runSteps(int steps)
{
this->ct->run_for(steps);
this->update();
+ emit steps_done();
}
void Worker::update()