workspacesView.js: Fix dropping window on +

https://bugzilla.gnome.org/show_bug.cgi?id=610191
This commit is contained in:
Maxim Ermilov
2010-03-22 23:41:26 +03:00
parent 6744433245
commit b93cb4b976
2 changed files with 6 additions and 10 deletions

View File

@ -262,6 +262,7 @@ Overview.prototype = {
// Show new workspacesView
this._group.add_actor(this._workspaces.actor);
this._workspacesBar.raise(this._workspaces.actor);
this._dash.actor.raise(this._workspaces.actor);
},