Skip to content

Remove Window::addRepaint() and Window::addLayerRepaint()

Vlad Zahorodnii requested to merge work/zzag/remove-window-repaint-methods into master

Conceptually, scheduling repainting in Window doesn't belong there. This change rewires EffectWindow internals so it schedules repaints using the associated WindowItem.

Window::addWorkspaceRepaint() has not been removed yet because Window::elevate() uses it.

Edited by Vlad Zahorodnii

Merge request reports