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:
Dmitry Cherepanov 2009-03-13 18:07:13 +03:00
parent 97942f9872
commit cc57a283fb

View File

@ -383,7 +383,7 @@ abstract class XDecoratedPeer extends XWindowPeer {
dimensions.setInsets(getRealInsets()); dimensions.setInsets(getRealInsets());
insets_corrected = true; insets_corrected = true;
if (isMaximized() || isNull(correction)) { if (isMaximized()) {
return; return;
} }