提交 98e672f4 编写于 作者: M malenkov

6557223: Resize cursor stays after fast outline-resize of JInternalFrame with JScrollPane

Reviewed-by: peterz
上级 41ed4aed
/* /*
* Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -683,6 +683,7 @@ public class BasicInternalFrameUI extends InternalFrameUI ...@@ -683,6 +683,7 @@ public class BasicInternalFrameUI extends InternalFrameUI
} }
getDesktopManager().endResizingFrame(frame); getDesktopManager().endResizingFrame(frame);
resizing = false; resizing = false;
updateFrameCursor();
} }
_x = 0; _x = 0;
_y = 0; _y = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册