UFOID / UFO-Detector

UFO Detector
http://ufoid.net/
GNU General Public License v3.0
54 stars 8 forks source link

MainWindow Camera View resize can go wrong #31

Closed UFOID closed 8 years ago

UFOID commented 8 years ago

If you play around with the window size too much you get some interesting results

The aspect ratio should always stay the same

untitled

hekkup commented 8 years ago

I think this probably happened because current frame size was being taken as the base of fitting the frame to the view. That way the rounding errors in scaling kept accumulating. But now the camera size is taken as the base so there's no accumulation of error. I haven't seen this bug myself.

UFOID commented 8 years ago

Can confirm that fixes it