You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function 'x' will keep itself on the graph after deletion, despite being deleted from both mFunctionList (belongs to FunctionAdapter mFunctionAdapter), and functions (belongs to GraphHandler graph). Tried in the most recent branch and it's not there anymore, but I'm still a little worried.
How to reproduce error:
Enter 'x' as the first function in the list.
Enter another function as the second function in the list.
Delete the first function.
If you try this and it turns out it's being removed properly, please test it with differing conditions. Like, different bounds, multiple graphs, with polar graphing (would be Θ in this case), and other stuff. I just need someone to verify if it's actually gone or not.
The text was updated successfully, but these errors were encountered:
makloooo
changed the title
Hanging 'x' function upon deletion
[Bug] Hanging 'x' function upon deletion
Mar 1, 2018
The function 'x' will keep itself on the graph after deletion, despite being deleted from both mFunctionList (belongs to
FunctionAdapter mFunctionAdapter
), and functions (belongs toGraphHandler graph
). Tried in the most recent branch and it's not there anymore, but I'm still a little worried.How to reproduce error:
If you try this and it turns out it's being removed properly, please test it with differing conditions. Like, different bounds, multiple graphs, with polar graphing (would be Θ in this case), and other stuff. I just need someone to verify if it's actually gone or not.
The text was updated successfully, but these errors were encountered: