it's not a bad idea to store the value in the right variable...

This commit is contained in:
dfighter1985 2014-10-20 22:21:59 +02:00
parent 796cccab19
commit d2dbcfa2eb

View file

@ -121,7 +121,7 @@ namespace NLGUI
{
sint64 i;
if( fromString( value, i ) )
_Divisor = i;
_Modulo = i;
return;
}
else