Skip to content
  • John David Reaver's avatar
    Fix memory leak in GLScatterPlotItem · 8f273f53
    John David Reaver authored
    Fixes #103. If a ScatterPlotItem was removed from a plot and added
    again, glGenTetures was called again unneccesarily. Each time it is
    called, it eats up a little more space.
    8f273f53