phrack / ShootOFF-legacy

An open source framework to enhance laser dry fire training.
BSD 4-Clause "Original" or "Old" License
30 stars 17 forks source link

The transparency bug for target ovals has re-appeared on Windows 8. #73

Closed phrack closed 10 years ago

phrack commented 10 years ago

This was originally fixed in #12. It appears that the detector that ensures the workaround is used only on Windows does not catch Windows 8.

phrack commented 10 years ago

Confirmed this was just a misunderstanding. To be clear: due to a bug only on Windows in tkinter transparency doesn't work for ovals. A hack was used to fix #12 that uses a many-sided regular polygon to approximate a circle instead, but this hack is ONLY used on the webcam feed when a target is selected. It IS NOT used in the target creator or under any other circumstance.