Skip to content

nodes drag and drop fix

  • in calc_drag_listbox.py line 63 added a slash "/" to each existing one
  • in node_graphics_node.py line 73 changed the initial self.title_height data type to an integer instead of a floats
  • in node_graphics_socket.py changed line 39 and 40 changed the initial self.radius and self.outline_width data types to int instead of floats

Merge request reports