markPainted method

void markPainted()

Implementation

void markPainted() {
  _needsRepaint = false;
}