Skip to content

css: reduce overdraws from "textview > text"

Christian Hergert requested to merge wip/chergert/fix-text-overdraw into main

This was causing us to draw the same background content twice which is a significant amount of bits to flip in the GPU for maximized windows, especially twice.

/CC @jimmac

Merge request reports