Add limits to the InputField

This commit is contained in:
jriegel
2013-11-29 18:24:17 +01:00
parent 09fe84abbf
commit b706bf73a5
4 changed files with 21 additions and 16 deletions

View File

@@ -39,12 +39,6 @@
# pragma warning(disable : 4335) // disable MAC file format warning on VC
#endif
#ifndef DOUBLE_MAX
# define DOUBLE_MAX 1.7976931348623157E+308 /* max decimal value of a "double"*/
#endif
#ifndef DOUBLE_MIN
# define DOUBLE_MIN 2.2250738585072014E-308 /* min decimal value of a "double"*/
#endif
using namespace Base;