mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix missing workspaceview on g-s ControlsLayout allocation
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1065
This commit is contained in:
@@ -372,9 +372,10 @@ var dtpPanelManager = Utils.defineClass({
|
||||
}
|
||||
|
||||
this._workspacesViews.push(view);
|
||||
Main.layoutManager.overviewGroup.add_actor(view.actor);
|
||||
}
|
||||
|
||||
this._workspacesViews.forEach(wv => Main.layoutManager.overviewGroup.add_actor(wv.actor));
|
||||
|
||||
this._updateWorkspacesFullGeometry();
|
||||
this._updateWorkspacesActualGeometry();
|
||||
},
|
||||
|
||||
@@ -499,13 +499,6 @@ var taskbar = Utils.defineClass({
|
||||
.forEach(fav => fav._container[cssFuncName]('favorite'));
|
||||
},
|
||||
|
||||
_appIdListToHash: function(apps) {
|
||||
let ids = {};
|
||||
for (let i = 0; i < apps.length; i++)
|
||||
ids[apps[i].get_id()] = apps[i];
|
||||
return ids;
|
||||
},
|
||||
|
||||
handleIsolatedWorkspaceSwitch: function() {
|
||||
if (this.isGroupApps) {
|
||||
this._queueRedisplay();
|
||||
|
||||
Reference in New Issue
Block a user