Skip to content

Commit

Permalink
jicpiviewer: remove mosaic dummy poi
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Sep 9, 2024
1 parent 918e233 commit e2cb344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MAVProxy/tools/mavpicviewer/mosaic_window2.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def __init__(self, filelist, image_select_cb):

# add a read-only status text box
self.text_status = wx.TextCtrl(self.frame, id=-1, size=(600, 60), style=wx.TE_READONLY | wx.TE_MULTILINE | wx.TE_RICH)
self.text_status.SetValue("POI lat: 0.0 lon: 0.0")

# add a scrolled panel
self.scrolled_panel = scrolled.ScrolledPanel(self.frame, -1, size=(600, 600), style=wx.TAB_TRAVERSAL)
Expand Down

0 comments on commit e2cb344

Please sign in to comment.