Hi !

I have a new question about wxDisplay.py, it use wx.Panel instead of wx.glcanvas.GLCanvas on darwin platform, why ?

if sys.platform=='darwin':
    BaseClass = wx.Panel
else:
    import wx.glcanvas
    BaseClass = wx.glcanvas.GLCanvas

Sébastien

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to