mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix intellihide grab owner on g-s < 3.32
This commit is contained in:
2
panel.js
2
panel.js
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user