Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Add alignment gui 1d v1

Merged appel_c requested to merge feat/add_alignment_gui_1d_v1 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -131,6 +131,7 @@ class BECTickItem(BECIndicatorItem):
if self.tick_item is not None:
self.tick_item.close()
self.tick_item.deleteLater()
self.tick_item = None
class BECArrowItem(BECIndicatorItem):
@@ -222,5 +223,4 @@ class BECArrowItem(BECIndicatorItem):
def cleanup(self) -> None:
"""Cleanup the item"""
self.remove_from_plot()
if self.arrow_item is not None:
self.arrow_item = None
self.arrow_item = None
Loading