- added a method to do cleanup after a Plugin close
- in Distance Plugin added the cleanup after the Plugin is closed from the Tab close button - renamed the Distance Minimum Plugin to Object Distance; started to add new functionality on this Plugin: to calculate the distance between the bounding box centers too
This commit is contained in:
@@ -675,8 +675,8 @@ class Distance(AppTool):
|
||||
|
||||
return storage
|
||||
|
||||
# def set_meas_units(self, units):
|
||||
# self.meas.units_label.setText("[" + self.app.options["units"].lower() + "]")
|
||||
def on_plugin_cleanup(self):
|
||||
self.on_exit()
|
||||
|
||||
|
||||
class DistanceUI:
|
||||
|
||||
Reference in New Issue
Block a user