Comment 0 for bug 394375

Revision history for this message
Ning Ke (ningske) wrote : calculator doesn't update bits when a number is shifted

Binary package hint: gcalctool

Description: Ubuntu 9.04
Release: 9.04

gcalctool:
  Installed: 5.26.0-0ubuntu1
  Candidate: 5.26.0-0ubuntu1
  Version table:
 *** 5.26.0-0ubuntu1 0
        500 http://us.archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status

Under View, select Programming.

Enter number 1, Then select "<" and 3 places.

Number 8 appears. Which is correct. However, the bit editor still shows: 0000 0001.

It should have been: 0000 1000

In fact any shifts (up and down) doesn't cause the bit editor to update.

Regular arithmetic (addition, e.x.) does cause the the bit editor to update.