mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
Fix typo in python settings app
This commit is contained in:
@@ -29,7 +29,7 @@ class TextCtrlSetting(wx.TextCtrl):
|
||||
def onEvtText(self, event):
|
||||
index = int(self.GetId())
|
||||
try:
|
||||
value = float(edit.GetValue())
|
||||
value = float(self.GetValue())
|
||||
self.update_callback(index, value)
|
||||
except:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user