A defect in CEImagesetEditor-v0-6-2
Posted: Tue May 19, 2009 07:10
File EditorGLCanvas, line 238,
should better be: m_GUIRenderer = new OpenGLRenderer( 0, 2048, 2048 ); //2048 can be even bigger
The default calculation for d_display_area of OpenGLRenderer is wrong on some OS/platfrom. So you can not select or move ElasticBox.
I have two PC, one is Windows xp professtional sp2, nVidia GFX 7600GS, the bug exist.
Another is Vista Home Basic, Ati HD2300, no such bug.
Post it out, may it can help some one.
should better be: m_GUIRenderer = new OpenGLRenderer( 0, 2048, 2048 ); //2048 can be even bigger
The default calculation for d_display_area of OpenGLRenderer is wrong on some OS/platfrom. So you can not select or move ElasticBox.
I have two PC, one is Windows xp professtional sp2, nVidia GFX 7600GS, the bug exist.
Another is Vista Home Basic, Ati HD2300, no such bug.
Post it out, may it can help some one.