Unbooched the build

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1678 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
elizabeth
2005-07-17 18:51:30 +00:00
parent 1275a870bf
commit e64063e02f
@@ -41,7 +41,7 @@ public class ScaledIcon implements Icon
{
this(icon,
Math.min(1f, Math.min(maxWidth / (float) icon.getIconWidth(),
maxHeight / (float) icon.getIconHeight()));
maxHeight / (float) icon.getIconHeight())));
}
// documentation inherited from interface Icon