-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Attempting to change the type of graph (for instance, from a PDA to an NFA) while the add edge dialog box is still open results in the dialog box still showing up in the "new" graph, as shown below.
While the box goes away if you move any of the edges on the new graph, deleting the graph does not clear the screen if there was a previous graph, and instead reverts to this previous graph. Pressing the delete button on any other graph type also duplicates this graph as shown below.
Meanwhile, pressing "delete" on the dialog box results in the graph from the previous machine type getting duplicated, overwriting the old graph. Pressing the delete key on this old graph does not work either.
This probably has to do with some weird stuff with the history stack.



