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

--HG--
branch : dfighter-tools
hg/compatibility
dfighter1985 10 years ago
parent b6d9e3285f
commit 8c5ad81199

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

Loading…
Cancel
Save