diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index e0c9249c7..6c66f3e61 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -103,7 +103,7 @@ const WorkspacesView = new Lang.Class({ page_increment: 1, page_size: 1, step_increment: 0, - upper: 0 }); + upper: global.screen.n_workspaces }); this.scrollAdjustment.connect('notify::value', Lang.bind(this, this._onScroll));