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 112d137add
commit 38d2366a71

View file

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