new runner layout, still todo
This commit is contained in:
@@ -431,7 +431,7 @@ class DocumentController(QObject):
|
||||
component = self.active_component
|
||||
if component is None or component.implementation_kind != "graph":
|
||||
raise ValueError("Open a graph component before running a simulation")
|
||||
self.simulation.run_simulation()
|
||||
self.simulation.run_simulation(component.to_dict())
|
||||
|
||||
def set_route_waypoints(self, item_kind: str, item_id: str, waypoints: list[QPointF]) -> None:
|
||||
item = (
|
||||
|
||||
Reference in New Issue
Block a user