jmtyszka / mrgaze

Eye Tracking and Gaze Estimation in Python
MIT License
23 stars 7 forks source link

Fixed bug that causes mrgaze_tune.py to crash. #14

Closed danweflen closed 8 years ago

danweflen commented 8 years ago

wx.Window (and, by extension it's subclass wx.Frame) constructors take the window's parent as an argument. When creating a window without a parent, the argument None shoud be passed. In this case, False was being passed, which caused a type error.