diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js index 844a1506c..8e149a130 100644 --- a/js/ui/magnifier.js +++ b/js/ui/magnifier.js @@ -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);