From 1045e7f900a55b1fb79c062c8455e5861e55263e Mon Sep 17 00:00:00 2001 From: Anthony Balkissoon Date: Wed, 26 Oct 2005 19:40:26 +0000 Subject: 2005-10-26 Anthony Balkissoon * javax/swing/ViewportLayout.java: (layoutContainer): Fixed incorrect boundary checks, should have been checking for viewport being smaller than minimum size, not smaller than preferred size. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50ba42267..318c5d78e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-26 Anthony Balkissoon + + * javax/swing/ViewportLayout.java: + (layoutContainer): Fixed incorrect boundary checks, should have been + checking for viewport being smaller than minimum size, not smaller + than preferred size. + 2005-10-26 Andreas Tobler * configure.ac: Rename --with-qtdir to --with-qt4dir to make clear -- cgit v1.2.1