datastructures-visualization icon indicating copy to clipboard operation
datastructures-visualization copied to clipboard

Graph adjacency matrix not being cleaned up properly

Open JMCanning78 opened this issue 3 years ago • 0 comments

Steps to recreate the problem:

  1. Launch the Graph.py visualization
  2. Randomly fill with 5 vertices
  3. Select New Graph
  4. Randomly fill with 2 vertices

This leaves a red panel in the adjacency matrix like this: Screen Shot 2022-06-02 at 3 53 15 PM There appears to be some leftover widgets in the adjacency matrix window that are not being cleaned up when the graph is emptied. The width of red panel grows with the previous max number of vertices.

JMCanning78 avatar Jun 02 '22 22:06 JMCanning78