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

--HG--
branch : dfighter-tools
This commit is contained in:
dfighter1985 2014-10-20 22:21:59 +02:00
parent b6d9e3285f
commit 8c5ad81199

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