Skip to content

Commit

Permalink
mavpicviewer: fix mosaic updating again
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Oct 9, 2024
1 parent 169c2bc commit b98f5aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MAVProxy/tools/mavpicviewer/mavpicviewer_mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ def update_highlighting(self, filenumber):
panel.SetBackgroundColour(background_colour)

# refresh panel
panel.Refresh()
panel.Update()
panel.Layout()

# scroll to be visible
Expand Down

0 comments on commit b98f5aa

Please sign in to comment.