Skip to content

Remove some redundant addWorkspaceRepaint() calls

Vlad Zahorodnii requested to merge work/remove-redundant-repaint-calls into master

These repaints were added to fix visual artifacts that appear when shadow is removed, but since items schedule repaints when needed, we can remove these two.

Merge request reports