提交 14072039 编写于 作者: D dcherepanov

6522731: Location of the frame changes,when the frame is resized & non-resized.

Summary: XMoveWindow() should use shell's location
Reviewed-by: son
上级 6aa2288b
......@@ -809,7 +809,7 @@ class XDecoratedPeer extends XWindowPeer {
fs &= ~(MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE);
}
winAttr.functions = fs;
XWM.setShellNotResizable(this, dimensions, dimensions.getScreenBounds(), false);
XWM.setShellNotResizable(this, dimensions, dimensions.getBounds(), false);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册