LemurPwned / VISM

Software for visualising magnetic layers
Other
6 stars 2 forks source link

Deleting Widget crash #37

Closed pawelkulig1 closed 6 years ago

pawelkulig1 commented 6 years ago

When widget is deleted crash occur:

in my opinion this is caused by Worker class which after deleting Widget has reference to that deleted Widget iterator and it tries to change it. Solution is to delete also this iterator.