change requests: SFELPHOTON-640

This commit is contained in:
2022-11-23 13:19:53 +01:00
parent c75c2c1d33
commit 816d06f7c4
3 changed files with 22 additions and 9 deletions

View File

@@ -2036,6 +2036,12 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
mft._tree.setData(grp.childItems())
def module_fix_target_del_all_obj(self):
app=QApplication.instance()
geo=app._geometry
try: #remove plane fitter if it esists
del geo._fitPlane
except AttributeError:
pass
mft=self._moduleFixTarget
vb=self.vb
grp=self._goTracked