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 🚀
Removed the remaining tool tips. Also I had to modify the
StartOnce
call to thewx.Timer
. For some reason it did not like this one. Thankfullyself.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 🚀