Fix intellihide grab owner on g-s < 3.32

This commit is contained in:
Charles Gagnon
2019-11-05 08:17:14 -05:00
parent e44cd94fdd
commit 89989002a8

View File

@@ -159,7 +159,7 @@ var dtpPanel = Utils.defineClass({
} else {
this.statusArea = Main.panel.statusArea;
this.menuManager = Main.panel.menuManager;
this.grabOwner = Main.panel;
this.grabOwner = Main.panel.actor;
setMenuArrow(this.statusArea.aggregateMenu._indicators.get_last_child(), position);