Re: [wxVTK] wxVTK patch
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2008-12-02 23:11:48
|
On Tue, Dec 2, 2008 at 3:10 PM, Sander Niemeijer <nie...@st...> wrote: > Dear all, > > We recently made some improvements to our wxVTK based application and in the > process were able to solve several problems. > This email contains a patch (against wxVTK 1.3) to > wxVTKRenderWindowInteractor to solve those problems. 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. Thanks, -- Mathieu |