- a minor fix in the Plotcanvas() class

- fixed the OR-tools path optimization (it required now a cast to int when creating the distances' matrix)
This commit is contained in:
Marius Stanciu
2022-03-30 01:30:07 +03:00
committed by Marius
parent 727c801f0a
commit c69f9dc2d9
3 changed files with 33 additions and 26 deletions

View File

@@ -199,7 +199,7 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
# Mouse Custom Cursor
self.c = None
self.big_cursor = None
self._cursor_color = self.fcapp.cursor_color_3D
self._cursor_color = Color(self.fcapp.cursor_color_3D).rgba
# Parent container
# self.container = container