Skip to content
  • David C. Lonie's avatar
    Fix bug in vtkInteractiveArea. · 86c3eb69
    David C. Lonie authored
    The duplicate call to InitializeDrawArea() (which is already called
    in vtkContextArea's constructor) caused a duplicate subtree of context
    items to be created, resulting in all items added to the area to be
    rendered 4x per Paint(), rather than just once.
    86c3eb69