6557223: Resize cursor stays after fast outline-resize of JInternalFrame with JScrollPane
Reviewed-by: peterz
This commit is contained in:
parent
433856b24d
commit
0ed9b1c52f
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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
|
|||||||
}
|
}
|
||||||
getDesktopManager().endResizingFrame(frame);
|
getDesktopManager().endResizingFrame(frame);
|
||||||
resizing = false;
|
resizing = false;
|
||||||
|
updateFrameCursor();
|
||||||
}
|
}
|
||||||
_x = 0;
|
_x = 0;
|
||||||
_y = 0;
|
_y = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user