6522731: Location of the frame changes,when the frame is resized & non-resized
XMoveWindow() should use shell's location Reviewed-by: son
This commit is contained in:
parent
dc0d619ccb
commit
07a1367346
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user