Skip to content

magnifier: Avoid cursor visibility changes on startup

Carlos Garnacho requested to merge wip/carlosg/magnifier-cursor into master

When initializing the shell, we create the magnifier, and (normally) let it disabled. This still toggles cursor visibility on, which is not right since there's other considerations to take during initialization.

Only do this after actual changes to the magnifier state, so initialization is left unperturbed.

Merge request reports