shell-recorder: Restore cursor recording

Due to changes introduced in 5357e0a1 cursor recording interaction with
magnifier was reversed. This fix restores original correct behavior
Related issue: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1208
This commit is contained in:
Illya Klymov 2019-07-08 03:29:36 +00:00 committed by Florian Müllner
parent 5473637736
commit 55b036170b

View File

@ -465,7 +465,7 @@ recorder_record_frame (ShellRecorder *recorder,
g_object_get (settings, "magnifier-active", &magnifier_active, NULL);
if (magnifier_active)
if (!magnifier_active)
recorder_draw_cursor (recorder, buffer);
}