schedulePaint method

void schedulePaint()

Marks the frame as needing a paint pass.

Implementation

void schedulePaint() {
  _needsPaint = true;
}