Re: [wxVTK] wxVTK patch
Brought to you by:
malat
|
From: Sander N. <nie...@st...> - 2008-12-03 00:24:38
|
On 3 dec 2008, at 00:11, Mathieu Malaterre wrote: > Patch looks ok. I do not understand this part, though: > > ... > -#if (!wxCHECK_VERSION(2, 8, 0)) > #define USE_WXGLCANVAS > -#endif > ... > > So you are saying you are using wxGLCanvas in all cases and never see > any flickering ? I added this case explicitely for ther wx 2.8.x > release. Exactly (but I only use wxGLCanvas for the GTK backend, of course). I never had any problems with flickering. I actually have display problems if I _don't_ use wxGLCanvas: - The first rendering shows a blank window. Only after clicking inside it does the window render properly - The z-ordering is completely backward. Best regards, Sander |