makerplane / pyEfis

Electronic Flight Information System in Python
GNU General Public License v2.0
58 stars 31 forks source link

Add Change Value action to hmi package. Add keyboard control of BARO #78

Closed birkelbach closed 5 years ago

neil-d95 commented 5 years ago

So I had this come up thought's? This only happens when you come up with the default screen and you try to change the baro up or down after you change the screens two times or you pass the PFD or EPFD screens. it functions normally.

Traceback (most recent call last): File "/home/neil/Project/MakerPlane/testing/pyEfis/instruments/altimeter/init.py", line 333, in setAltimeter_Setting self.redraw() File "/home/neil/Project/MakerPlane/testing/pyEfis/instruments/altimeter/init.py", line 316, in redraw self.scene.clear() AttributeError: 'builtin_function_or_method' object has no attribute 'clear' Aborted (core dumped)

birkelbach commented 5 years ago

I can't replicate it.