Comment 0 for bug 1763961

Revision history for this message
Chow Loong Jin (hyperair) wrote :

When there's a WiFi accesspoint with 100% signal strength,
QRCodeWifiGtk.update_ssids() fails with IndexError because 100/25 = 4
and self.strength_pixbufs[4] doesn't exist.

I've fixed this by clamping the strength down to 99 before dividing by
25.

  affects qreator