shell-recorder: Restore cursor recording
Due to changes introduced in5357e0a1
cursor recording interaction with magnifier was reversed. This fix restores original correct behavior Related issue: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1208 (cherry picked from commit55b036170b
)
This commit is contained in:
parent
ae05679498
commit
8b98740897
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user