Skip to content

Commit

Permalink
Merge pull request #79 from duncanyu8907/patch-1
Browse files Browse the repository at this point in the history
clear status label after close data
  • Loading branch information
PierreGuilbertF authored Apr 19, 2019
2 parents 5f77b74 + 0a0ee99 commit 4f7351b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VelodyneHDL/python/veloview/applogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,8 @@ def close():
resetCameraToForwardView()
app.filenameLabel.setText('')
app.statusLabel.setText('')
app.sensorInformationLabel.setText('')
app.positionPacketInfoLabel.setText('')
disableSaveActions()
app.actions['actionRecord'].setChecked(False)
app.actions['actionDualReturnModeDual'].setChecked(True)
Expand Down

0 comments on commit 4f7351b

Please sign in to comment.