BruceSherwood / vpython-wx

VPython based on wxPython
Other
70 stars 38 forks source link

wx window background color #78

Closed BruceSherwood closed 8 years ago

BruceSherwood commented 8 years ago

In class window in file create_display.py VPython doesn't look for and process "background=c", which requires setting the _wx.Frame object's background color (expressed in the 0-255 scheme). There may be other missing attributes like this one.

BruceSherwood commented 8 years ago

Fixed by update to the key file create_display.py.