mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 20:05:31 +00:00
6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame
Reviewed-by: art, anthony
This commit is contained in:
parent
97942f9872
commit
cc57a283fb
@ -383,7 +383,7 @@ abstract class XDecoratedPeer extends XWindowPeer {
|
||||
dimensions.setInsets(getRealInsets());
|
||||
insets_corrected = true;
|
||||
|
||||
if (isMaximized() || isNull(correction)) {
|
||||
if (isMaximized()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user