Skip to content

Commit

Permalink
mavpicviewer: init mosaic highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Sep 21, 2024
1 parent abe0536 commit 6483238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MAVProxy/tools/mavpicviewer/mosaic_window2.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ def __init__(self, filelist, image_select_cb):
# set focus on the status text box
self.text_status.SetFocus()

# set filenumber to init highlighting
self.set_filenunmber(0)

# show frame
self.frame.Show()

Expand Down

0 comments on commit 6483238

Please sign in to comment.