Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Apr 5, 2024
1 parent b4d4e8e commit ba87881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laserstudio/widgets/toolbars/zoomtoolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, laser_studio: "LaserStudio"):

# Position tracking label
self.position = QPushButton("Cursor Position")
self.marker_size_sp.setToolTip(
self.position.setToolTip(
"When activated, this button shows the cursor's position in the viewer"
)
self.position.setCheckable(True)
Expand Down

0 comments on commit ba87881

Please sign in to comment.