it's not a bad idea to store the value in the right variable...
This commit is contained in:
parent
112d137add
commit
38d2366a71
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace NLGUI
|
|||
{
|
||||
sint64 i;
|
||||
if( fromString( value, i ) )
|
||||
_Divisor = i;
|
||||
_Modulo = i;
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue