diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index 6ac6a1413b..f312645cba 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -357,8 +357,8 @@ define([ function _onResizeMove(){ var main_geometry = _readDocumetGeometry(), - main_width = parseInt(main_geometry.width), - main_height = parseInt(main_geometry.height), + main_width = main_geometry.width, + main_height = main_geometry.height, win_height = this.getHeight(), win_width = this.getWidth(), top = this.getTop(),