change requests: SFELPHOTON-640
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user