I can only reproduce this if I do sub calculations like:
1+1<enter>
*2<enter>
If I now alternate between <ctrl-z> and <enter> I get the successive results: 
"2*2", "8", "2*2", "16", "2*2", "32", ... , and not the expected succession of 
"2*2", "4", "2*2", "4", ...

Successive <ctrl-z><enter> sequences seems to calculate ((1+1)*2)*2,
(((1+1)*2)*2)*2, ((((1+1)*2)*2)*2)*2, ...

Obviously there is an error in the code somewhere.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1209326

Title:
  calculator fails to do proper calculatoins after CTRL+Z and Enter

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1209326/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to