We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f76daf commit 83e70ecCopy full SHA for 83e70ec
1 file changed
microscope/plugins/grid_plugin.py
@@ -86,6 +86,7 @@ def stop_plugin(self):
86
self.remove_grid(self.parent.scene)
87
if self.rubberBand:
88
self.rubberBand.deleteLater()
89
+ self.rubberBand = None
90
91
def write_settings(self) -> Dict[str, Any]:
92
"""Writes the plugin's settings to a dictionary.
0 commit comments