New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wxGLCanvas (OpenGL rendering) broken in Vista, not refreshed properly #10168
Comments
2008-11-08 15:04:57: StepanHrbek (Stepan Hrbek) uploaded file
|
2008-12-13 00:50:49: @f18m commentedI suggest you to grab a snapshot of wx trunk and test its cube sample; OpenGL classes were refactored in wx2.9 and cleaned up. As side effect this bug may have been fixed... unfortunately I cannot test it myself as I don't have Vista. |
2009-04-28 17:06:27: helser (Aron Helser) commentedI can confirm the following using wxWidgets 2.8.8, which should be identical to 2.8.9:
We are also seeing the problem in our much more complicated app, with MDI parent/child windows and wxAUI controlling toolbars, etc, and the wxGLCanvas used inside an MDI child window. |
2009-04-28 17:50:57: helser (Aron Helser) commentedJust did an SVN checkout of 2.9-trunk, and the problem is still present in the Penguin sample as in my previous comment, so I'm updating the Version tag. I suspect more people haven't noticed this problem because it does not occur with Aero turned on, which is the default for any capable-enough system..... |
2009-12-22 10:05:55: jatupper (Jeff Tupper) commentedAfter just a bit of “Penguin” testing on Windows 7 (with the “Windows 7 Basic” and “Windows Classic” themes) I didn't see the problem here (with 2.9 revision 62767). I tried alt-tabbing a bit and fiddling about with the About dialog as described above. |

Issue migrated from trac ticket # 10168
component: OpenGL | priority: normal | keywords: OpenGL wxGLCanvas Windows Vista
2008-11-08 15:04:12: StepanHrbek (Stepan Hrbek) created the issue
This probably affects all wxGLCanvas apps in Windows Vista.[[BR]]
Steps to reproduce (also documented by attached image):
Tested with wxWidgets 2.8.9, Windows Vista (with Aero disabled)
I'm trying to find out what's wrong, what I know so far:
The text was updated successfully, but these errors were encountered: