gregdavill / KiBuzzard

MIT License
425 stars 33 forks source link

Fix wx macOS incompatibility #28

Closed robin7331 closed 3 years ago

robin7331 commented 3 years ago

Removed the remaining tool tips. Also I had to modify the StartOnce call to the wx.Timer. For some reason it did not like this one. Thankfully self.timer.Start(milliseconds=250, oneShot=True) does the same thing.

This fixes #27

I am successfully using KiBuzzard now on macOS with KiCad Nightly 5.99 🚀

Screenshot 2021-04-11 at 12 32 47

gregdavill commented 3 years ago

Awesome thanks!