- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user