Le 24/06/2016 à 01:59, Mário Luzeiro a écrit : > Hi Jean-Pierre, > >>From what I learn (web), it looks the GL context was not created. > That may be because I was forcing the use of a anti-aliasing option (maybe > not supported by your GPU?) > I "revert" the code that was doing the proper checks, however, that means > there will be no anti-aliasing (on Windows) for some? people :/ > > I found that (anti-aliasing) was an issue on wxGLCanvas (see wxMSW FIXES): > http://trac.wxwidgets.org/ticket/16909 > Maybe also your new wxWidget version is dealing with that in a different way. > > Hope this change doesn't break other systems (Wayne) > > Let me know how it behaves, > Regards, > Mario Luzeiro
Yes, it fix the issue both on my Windows and on my Linux Kubuntu installs. On linux, no error message, but a really very strange display of the 3D viewer frame itself, and no 3D canvas displayed. So, forcing anti-aliasing creates serious issues also on Linux when the graphic card does not support it. Could you remove the Maximize option in DLG_SELECT_3DMODEL ctor? This is not usual for dialogs, and the look is not good when this dlg is maximized. Thanks. -- Jean-Pierre CHARRAS _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

