Unbooched the build
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1678 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user