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
All threads resolved!
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -129,8 +129,8 @@ class BECTickItem(BECIndicatorItem):
"""Cleanup the item"""
self.remove_from_plot()
if self.tick_item is not None:
self.tick_item.clear()
self.tick_item = None
self.tick_item.close()
self.tick_item.deleteLater()
class BECArrowItem(BECIndicatorItem):
@@ -223,6 +223,4 @@ class BECArrowItem(BECIndicatorItem):
"""Cleanup the item"""
self.remove_from_plot()
if self.arrow_item is not None:
self.arrow_item.scene().removeItem(self.arrow_item)
self.arrow_item.clear()
self.arrow_item = None
Loading