-
Notifications
You must be signed in to change notification settings - Fork 631
Open
Labels
prio:highHigh priorityHigh prioritystatus:todoTask identified but not startedTask identified but not startedtype:fixSomething isn't workingSomething isn't working
Description
Bug description
In a simple plot which has a new title in each frame, plot.items quickly increased in size.
Perhaps we should add gp.CurrentItems->Reset() to EndPlot() after "CLEANUP":
// CLEANUP ----------------------------------------------------------------
// remove items
if (gp.CurrentItems == &plot.Items)
{
gp.CurrentItems->Reset(); // I added this.
gp.CurrentItems = nullptr;
}Metadata
Metadata
Assignees
Labels
prio:highHigh priorityHigh prioritystatus:todoTask identified but not startedTask identified but not startedtype:fixSomething isn't workingSomething isn't working