When the filtering returns no graphs, the software must display a message like:
"No graph in the input list satisfies the chosen conditions."
Instead of this, the software is showing random wizard messages. The test can be reproduced by filtering any .g6 file with the condition n(G)<0.
This error probabily must be solve in MessageBox class or line 102 in the Controller.
When the filtering returns no graphs, the software must display a message like:
"No graph in the input list satisfies the chosen conditions."
Instead of this, the software is showing random wizard messages. The test can be reproduced by filtering any .g6 file with the condition
n(G)<0.This error probabily must be solve in
MessageBoxclass or line 102 in theController.