From: Kenneth B. R. <kbr...@al...> - 2002-07-21 18:58:43
|
> > What problem did you see that this patch fixes? I assume it > > was related to the removal of canvases from the component hierarchy. > > Yes, that is correct. It just recreate's the OpenGL context when the > component hierarchy changes. It could be removing this canvas from a > component hierarchy or removing one of its parents from the component > hierarchy. The OpenGL context shouldn't be recreated until the next time the component is added to the hierarchy. I can believe that your code fixes a problem here, but could you please either a) provide a test case b) describe exactly the problem you saw in your application that this patch fixes Thanks. |