diff --git a/overview.js b/overview.js index 57600a5..0e74856 100644 --- a/overview.js +++ b/overview.js @@ -590,6 +590,9 @@ var dtpOverview = Utils.defineClass({ workAreaBox.set_size(workArea.width, workArea.height); params = [workAreaBox, searchHeight, dashHeight, workspaceAppGridBox] + if (Config.PACKAGE_VERSION > '42.beta') { + params = [box, workAreaBox, searchHeight, dashHeight, workspaceAppGridBox] + } } else { params = [box, startX, searchHeight, dashHeight, workspaceAppGridBox]; }