diff dwt/dwthelper/utils.d @ 81:97f1b638de63

Ported dwt.widgets.TableColumn
author Jacob Carlborg <doob@me.com>
date Sun, 28 Dec 2008 17:56:45 +0100
parents 0dc55b17c290
children c7f7f4d7091a
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Wed Dec 24 22:50:11 2008 +0100
+++ b/dwt/dwthelper/utils.d	Sun Dec 28 17:56:45 2008 +0100
@@ -267,8 +267,7 @@
     public static float NEGATIVE_INFINITY = ((-1.0f) / 0.0f);
     public static float NaN = (0.0f / 0.0f);
     public static float MAX_VALUE = 3.4028235e+38f;
-    public static float MIN_VALUE = float.min;
-    //public static float MIN_VALUE = 1.4e-45f;    
+    public static float MIN_VALUE = 1.4e-45f;    
     public static int SIZE = 32;
 
     this( float value ){