Skip to content

Commit

Permalink
clear status label after close data
Browse files Browse the repository at this point in the history
clear sensorInformationLabel and positionPacketInfoLabel after close data
  • Loading branch information
duncanyu8907 authored Apr 10, 2019
1 parent e70d258 commit 0a0ee99
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 @@ -1145,6 +1145,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 0a0ee99

Please sign in to comment.