I guess you need:
gPad->Modified(); gPad->Update(); // make sure it's really (re)drawn
right after “DrawCopy” (i.e. before “GetListOfFunctions”).
I guess you need:
gPad->Modified(); gPad->Update(); // make sure it's really (re)drawn
right after “DrawCopy” (i.e. before “GetListOfFunctions”).