Skip to content

Commit 1306f38

Browse files
GiuleroCopilot
andauthored
Update robot_log_visualizer/ui/gui.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1772740 commit 1306f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robot_log_visualizer/ui/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def keyPressEvent(self, event):
309309
self.ui.timeSlider.setValue(new_index)
310310
self.slider_pressed = False
311311
else:
312-
# if the user press the space bar we toggle the play/pause button
312+
# If the user presses the space bar, the play/pause state is toggled.
313313
if event.key() == Qt.Key_Space:
314314
# toggle the play/pause button
315315
if self.ui.startButton.isEnabled():

0 commit comments

Comments
 (0)