提交 01837a95 编写于 作者: A alexsch

7146131: [macosx] When click the show optionpane button,it display partly of...

7146131: [macosx] When click the show optionpane button,it display partly of dialog and hung until timeout
Reviewed-by: rupashka
上级 18b7eff6
...@@ -257,7 +257,7 @@ public class AquaInternalFrameUI extends BasicInternalFrameUI implements SwingCo ...@@ -257,7 +257,7 @@ public class AquaInternalFrameUI extends BasicInternalFrameUI implements SwingCo
} }
public Dimension getPreferredSize(JComponent x) { public Dimension getPreferredSize(JComponent x) {
Dimension preferredSize = super.getMinimumSize(x); Dimension preferredSize = super.getPreferredSize(x);
Dimension minimumSize = frame.getMinimumSize(); Dimension minimumSize = frame.getMinimumSize();
if (preferredSize.width < minimumSize.width) { if (preferredSize.width < minimumSize.width) {
preferredSize.width = minimumSize.width; preferredSize.width = minimumSize.width;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册