Skip to content

Rename Item::scheduleRepaint()

Vlad Zahorodnii requested to merge work/rename-item-schedule-repaint into master

One can think that Item::scheduleRepaint() will trigger repaint of the whole item, but it actually only schedules the next frame. If nothing has changed on the screen, no real painting will be done unless maybe if the rendering backend needs to repair the back buffer.

Merge request reports