commit | 668873aed01ec990d4f16539e041d38abde6fb57 | [log] [tgz] |
---|---|---|
author | Brian P. Hinz <bphinz@users.sf.net> | Wed Feb 10 23:23:02 2016 -0500 |
committer | Brian P. Hinz <bphinz@users.sf.net> | Wed Feb 10 23:30:30 2016 -0500 |
tree | 5163ec8e40d4c1865d992b7a80a5424332278446 | |
parent | c1cbc705c245e4fe9463ce33ddd2e0734d41c8f9 [diff] |
Regression fix for Java window size 6262bac introduced a regression that resulted in a 1 pixel border around the window on some platforms. The underlying issue was actually caused by overriding the getPreferredSize() method in DesktopWindow and returning the scaled width & height, which might not have been set to valid values.