Crash when killing a graph in a multiple-graphs agr
native Grace for Windows, Linux and Mac OS X based on Qt
Status: Beta
Brought to you by:
andwin
Hi,
if the agr file includes N graphs, the program crashes when trying to kill a graph with index between 0 and N-2.
For example, open default.agr. Replicate the graph, so you have G0 and G1. Try to kill G0. When saving the file QTGrace crashes. If the user wants to kill G1, everything works fine instead.
Possible temporary workaround: swap the posistion of G0 and G1 first, then kill.
Anonymous