Skip to content
Snippets Groups Projects
Commit 46fe4d5f authored by Glenn Fischer's avatar Glenn Fischer
Browse files

#1874: cosmetics

parent 992452ab
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ export function importWorkspace(stateExport) {
/* first do window independent stuff */
dispatch(importConfig(stateExport.config));
getState().workspace.exposeModeOn !== exposeModeOn && dispatch(toggleWorkspaceExposeMode());
dispatch(setWorkspaceViewportDimensions({ width, height }));
dispatch(setWorkspaceViewportDimensions({ height, width }));
dispatch(setWorkspaceViewportPosition(viewportPosition));
/* now import the windows */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment