Skip to content
Snippets Groups Projects
Commit a0ca094e authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Fix height when redrawing

parent 312e261e
No related branches found
No related tags found
1 merge request!303Fix height when redrawing
Pipeline #95287 passed
...@@ -247,6 +247,7 @@ class SchedulerItem(SchedulerEvent, QGraphicsItemGroup): # PySide2 / PyQt5 ...@@ -247,6 +247,7 @@ class SchedulerItem(SchedulerEvent, QGraphicsItemGroup): # PySide2 / PyQt5
): ):
self._set_position(graph_id) self._set_position(graph_id)
self._redraw_all_lines() self._redraw_all_lines()
self._update_axes()
def _redraw_all(self) -> None: def _redraw_all(self) -> None:
for graph_id in self._operation_items: for graph_id in self._operation_items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment