6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame.
authordcherepanov
Fri, 13 Mar 2009 18:07:13 +0300
changeset 2466 32f16bfa9608
parent 2465 1a6452b990cf
child 2467 6f07b02fe2c0
6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame. Reviewed-by: art, anthony
jdk/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java
--- a/jdk/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java	Wed Mar 11 16:11:31 2009 +0300
+++ b/jdk/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java	Fri Mar 13 18:07:13 2009 +0300
@@ -383,7 +383,7 @@
             dimensions.setInsets(getRealInsets());
             insets_corrected = true;
 
-            if (isMaximized() || isNull(correction)) {
+            if (isMaximized()) {
                 return;
             }