mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
magnifier: Use own showSystemCursor() instead of set_pointer_visible()
We already have our own function to show the system cursor, use it! https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/993
This commit is contained in:
parent
0b113094b4
commit
725c72e020
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ var Magnifier = class Magnifier {
|
|||
// Make sure system mouse pointer is shown when all zoom regions are
|
||||
// invisible.
|
||||
if (!activate)
|
||||
this._cursorTracker.set_pointer_visible(true);
|
||||
this.showSystemCursor();
|
||||
|
||||
// Notify interested parties of this change
|
||||
this.emit('active-changed', activate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue