diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/worker.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/worker.cc b/gui/worker.cc index 2f10c7c..2652fce 100644 --- a/gui/worker.cc +++ b/gui/worker.cc @@ -38,6 +38,8 @@ void Worker::configure( Stage *old; int i; + this->s.clear(); + this->ct_mutex.lock(); if (ways.size() != 0) { // TODO optimal proper sizes |