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