GUI: added a todo reminder for when there is beam

This commit is contained in:
2026-05-01 15:43:13 +02:00
parent e27d938236
commit 2bb3ea4e1e
@@ -447,6 +447,7 @@ class RasterGridManager(QObject):
v = [obj.spots_indexed for obj in i.result.images]
self._draw_grid(painter, i.request, v, alpha, visible_rect)
#TODO make sure draw_grid is visualising the grid correctly, correct orientation, correct x/y labelling!!!!
def _draw_grid(
self,
painter: QPainter,